Make run yaml optional so dockers can start with just --env

This commit is contained in:
Ashwin Bharambe 2024-11-20 11:56:08 -08:00
parent 1d8d0593af
commit adbb605a50
2 changed files with 28 additions and 3 deletions

View file

@ -122,7 +122,7 @@ add_to_docker <<EOF
# This would be good in production but for debugging flexibility lets not add it right now
# We need a more solid production ready entrypoint.sh anyway
#
ENTRYPOINT ["python", "-m", "llama_stack.distribution.server.server"]
ENTRYPOINT ["python", "-m", "llama_stack.distribution.server.server", "--template", "$build_name"]
EOF