mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 02:02:18 +00:00
tmp dockerfile_only flag
This commit is contained in:
parent
91907b714e
commit
4747c844a2
3 changed files with 35 additions and 6 deletions
|
|
@ -28,6 +28,7 @@ docker_base=$2
|
|||
build_file_path=$3
|
||||
host_build_dir=$4
|
||||
pip_dependencies=$5
|
||||
dockerfile_only=$7
|
||||
|
||||
# Define color codes
|
||||
RED='\033[0;31m'
|
||||
|
|
@ -146,6 +147,8 @@ ENTRYPOINT ["python", "-m", "llama_stack.distribution.server.server", "--templat
|
|||
EOF
|
||||
|
||||
printf "Dockerfile created successfully in $TEMP_DIR/Dockerfile\n\n"
|
||||
cp "$TEMP_DIR/Dockerfile" "./Dockerfile"
|
||||
printf "Dockerfile saved to ./Dockerfile\n\n"
|
||||
cat $TEMP_DIR/Dockerfile
|
||||
printf "\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue