mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
Fix incorrect entrypoint for llama stack run command
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
e3f187fb83
commit
f02f1332a1
1 changed files with 3 additions and 4 deletions
|
@ -90,7 +90,6 @@ $DOCKER_BINARY run $DOCKER_OPTS -it \
|
|||
$env_vars \
|
||||
-v "$yaml_config:/app/config.yaml" \
|
||||
$mounts \
|
||||
$docker_image:$version_tag \
|
||||
python -m llama_stack.distribution.server.server \
|
||||
--yaml-config /app/config.yaml \
|
||||
--port "$port"
|
||||
--env PORT=$port \
|
||||
--entrypoint='["python", "-m", "llama_stack.distribution.server.server", "--yaml-config", "/app/config.yaml"]' \
|
||||
$docker_image:$version_tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue