This commit is contained in:
Adil Hafeez 2024-10-26 15:11:32 -07:00
parent c66be743f5
commit 1ad435add2

View file

@ -25,9 +25,8 @@ log building llm and prompt gateway rust modules
cd ../arch
sh build_filter_image.sh
log starting the arch gateway service
ARCH_CONFIG_FILE=../demos/function_calling/arch_config.yaml
docker compose -f docker-compose.dev.yaml down
docker compose -f docker-compose.dev.yaml up -d
docker compose -f docker-compose.yaml down
docker compose -f docker-compose.yaml up -d
cd -
wait_for_healthz "http://localhost:10000/healthz" 60