From 7bc81007e7099ea0e02d9c14d00b4f47c3716055 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 10 Jul 2023 09:56:54 -0400 Subject: [PATCH] clean up Former-commit-id: e5fd44bf27d08ecafba02b1d18097693d7da4fab --- infra/Docker/Dockerfile.cpu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/Docker/Dockerfile.cpu b/infra/Docker/Dockerfile.cpu index 54cf6040..e730695e 100644 --- a/infra/Docker/Dockerfile.cpu +++ b/infra/Docker/Dockerfile.cpu @@ -47,4 +47,5 @@ COPY . . EXPOSE ${EVAL_PORT} # Run example.py when the container launches -CMD ["python", "example.py"] +# Run the application +CMD ["python3.10", "-m", "api.main", "serve"]