Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ 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"]
|
|
|
31 |
|
32 |
ENTRYPOINT ["litellm"]
|
33 |
CMD ["--port", "4000", "--config", "./config.yaml", "--run_gunicorn"]
|
34 |
+
#ENTRYPOINT ["litellm", "--config", "config.yaml", "--port", "4000", "--num_workers", "1", "--run_gunicorn"]
|