Update Dockerfile
Browse files- 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 |
-
|
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"]
|
|