vilarin commited on
Commit
8c1dd15
1 Parent(s): 061e23a

Update Dockerfile

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