mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:12:24 +00:00
PORT -> LLAMA_STACK_PORT
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
01a528c129
commit
cb7f1afd2d
2 changed files with 2 additions and 2 deletions
|
|
@ -90,6 +90,6 @@ $DOCKER_BINARY run $DOCKER_OPTS -it \
|
|||
$env_vars \
|
||||
-v "$yaml_config:/app/config.yaml" \
|
||||
$mounts \
|
||||
--env PORT=$port \
|
||||
--env LLAMA_STACK_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