vilarin commited on
Commit
7f90b27
·
verified ·
1 Parent(s): e7b666e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,5 +30,5 @@ RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
30
  EXPOSE 4000
31
 
32
  ENTRYPOINT ["litellm"]
33
- CMD ["--port", "4000", "--config", "./config.yaml", "--num_workers", "4", "--run_gunicorn"]
34
  #ENTRYPOINT ["litellm", "--config", "config.yaml", "--port", "4000", "--num_workers", "1", "--run_gunicorn"]
 
30
  EXPOSE 4000
31
 
32
  ENTRYPOINT ["litellm"]
33
+ CMD ["--port", "4000", "--config", "./config.yaml", "--num_workers", "1", "--debug", "--run_gunicorn"]
34
  #ENTRYPOINT ["litellm", "--config", "config.yaml", "--port", "4000", "--num_workers", "1", "--run_gunicorn"]