diff --git a/arch/envoy.template.yaml b/arch/envoy.template.yaml index 5d5e9215..151c9b3f 100644 --- a/arch/envoy.template.yaml +++ b/arch/envoy.template.yaml @@ -684,7 +684,7 @@ static_resources: - endpoint: address: socket_address: - address: 0.0.0.0 + address: host.docker.internal port_value: $MODEL_SERVER_PORT hostname: {{ internal_cluster }} {% endfor %} diff --git a/tests/e2e/run_e2e_tests.sh b/tests/e2e/run_e2e_tests.sh index c87af4f8..5e6b6dbc 100644 --- a/tests/e2e/run_e2e_tests.sh +++ b/tests/e2e/run_e2e_tests.sh @@ -24,7 +24,7 @@ trap 'print_debug' INT TERM ERR log starting > ../build.log -log building and running function_callling demo +log building and running function_calling demo log =========================================== cd ../../demos/samples_python/weather_forecast/ docker compose up weather_forecast_service --build -d