vilarin commited on
Commit
8dd8337
1 Parent(s): 646a02b

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", "1", "--debug", "--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"]
34
  #ENTRYPOINT ["litellm", "--config", "config.yaml", "--port", "4000", "--num_workers", "1", "--run_gunicorn"]