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