forked from phoenix-oss/llama-stack-mirror
Move to use argparse, fix issues with multiple --env cmdline options
This commit is contained in:
parent
b87f3ac499
commit
fb15ff4a97
3 changed files with 31 additions and 19 deletions
|
@ -92,5 +92,5 @@ $DOCKER_BINARY run $DOCKER_OPTS -it \
|
|||
$mounts \
|
||||
$docker_image:$version_tag \
|
||||
python -m llama_stack.distribution.server.server \
|
||||
--yaml_config /app/config.yaml \
|
||||
--yaml-config /app/config.yaml \
|
||||
--port "$port"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue