From aa0b2010d245e31b06c7b85ab34974cf09b5ba06 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 5 Jan 2024 19:09:47 +0530 Subject: [PATCH] build(dockerfile): fixing cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea7b78da5..da54ba0af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,4 +61,4 @@ EXPOSE 4000/tcp # Set your entrypoint and command ENTRYPOINT ["litellm"] -CMD ["--config", "./hosted_config.yaml", "--port", "4000", "--num_workers", "8"] \ No newline at end of file +CMD ["--port", "4000"] \ No newline at end of file