This commit is contained in:
Adil Hafeez 2024-10-26 15:57:31 -07:00
parent 444f2f09fa
commit 28f857a00b

View file

@ -20,7 +20,7 @@ log =====================
cd ../model_server
poetry install
log starting model server
poetry run archgw_modelserver restart
poetry run archgw_modelserver restart &
cd -
log building llm and prompt gateway rust modules
@ -30,8 +30,12 @@ sh build_filter_image.sh
log starting the arch gateway service
log =================================
docker compose down
log waiting for model service to be healthy
wait_for_healthz "http://localhost:51000/healthz" 60
docker compose up -d
log waiting for arch gateway service to be healthy
wait_for_healthz "http://localhost:10000/healthz" 60
log waiting for arch gateway service to be healthy
cd -
log running e2e tests