forked from phoenix/litellm-mirror
(fix) default dockerfile use num_workers = 1
This commit is contained in:
parent
99783ae369
commit
60f34066a5
1 changed files with 1 additions and 1 deletions
|
@ -64,4 +64,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"]
|
||||
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "1"]
|
Loading…
Add table
Add a link
Reference in a new issue