Move to use argparse, fix issues with multiple --env cmdline options

This commit is contained in:
Ashwin Bharambe 2024-11-18 16:31:59 -08:00
parent b87f3ac499
commit fb15ff4a97
3 changed files with 31 additions and 19 deletions

View file

@ -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"