fix model server testts

This commit is contained in:
Adil Hafeez 2025-06-09 14:48:41 -07:00
parent 641d41de1c
commit ea2dd85bf1
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

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