Update Dockerfile

This commit is contained in:
Krish Dholakia 2024-03-15 21:47:13 -07:00 committed by GitHub
parent 961c3548f5
commit 88152c77c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,4 +66,4 @@ ENTRYPOINT ["litellm"]
# Append "--detailed_debug" to the end of CMD to view detailed debug logs # 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", "--detailed_debug"]
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "1"] CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "4"]