From c66be743f5b2b6986bf4e8871f07808d8cc8876f Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sat, 26 Oct 2024 15:10:48 -0700 Subject: [PATCH] use usual docker file --- e2e_tests/run_e2e_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/run_e2e_tests.sh b/e2e_tests/run_e2e_tests.sh index 32401e31..9fbf55c1 100644 --- a/e2e_tests/run_e2e_tests.sh +++ b/e2e_tests/run_e2e_tests.sh @@ -38,7 +38,7 @@ poetry run pytest log shutting down the arch gateway service cd ../arch -docker compose -f docker-compose.dev.yaml stop +docker compose -f docker-compose.yaml stop cd - log shutting down the function_calling demo