vilarin commited on
Commit
061e23a
·
verified ·
1 Parent(s): 6caf8be

Update Dockerfile

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