From 88152c77c5770c9aa8c746258425d492f1c88bff Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Fri, 15 Mar 2024 21:47:13 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd3012109..4408afb3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,4 +66,4 @@ ENTRYPOINT ["litellm"] # Append "--detailed_debug" to the end of CMD to view detailed debug logs # CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--detailed_debug"] -CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "1"] \ No newline at end of file +CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "4"]