Add --disable-ipv6 when starting container to avoid httpx.ReadError

This commit is contained in:
Yuan Tang 2024-10-09 10:29:19 -04:00 committed by GitHub
parent 6b094b72d3
commit 63eb188239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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