mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Add --disable-ipv6 when starting container to avoid httpx.ReadError
This commit is contained in:
parent
6b094b72d3
commit
63eb188239
1 changed files with 1 additions and 0 deletions
|
@ -61,4 +61,5 @@ $DOCKER_BINARY run $DOCKER_OPTS -it \
|
||||||
$docker_image \
|
$docker_image \
|
||||||
python -m llama_stack.distribution.server.server \
|
python -m llama_stack.distribution.server.server \
|
||||||
--yaml_config /app/config.yaml \
|
--yaml_config /app/config.yaml \
|
||||||
|
--disable-ipv6 \
|
||||||
--port $port "$@"
|
--port $port "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue