default entrypoint

This commit is contained in:
Xi Yan 2024-09-30 11:53:13 -07:00
parent 340e134629
commit fd04ad9e1e
3 changed files with 10 additions and 3 deletions

View file

@ -102,7 +102,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
#
CMD ["python", "-m", "llama_stack.distribution.server.server", "./llamastack-run.yaml"]
ENTRYPOINT ["python", "-m", "llama_stack.distribution.server.server"]
EOF