Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,5 +36,5 @@ RUN bash scripts/download_models.sh
|
|
36 |
RUN pip install --no-cache-dir -r requirements.txt
|
37 |
|
38 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860","app:app"]
|
39 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "
|
40 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "--workers", "3", "--timeout", "300", "--worker-class", "gevent", "app:app"]
|
|
|
36 |
RUN pip install --no-cache-dir -r requirements.txt
|
37 |
|
38 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860","app:app"]
|
39 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "app:app"]
|
40 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "--workers", "3", "--timeout", "300", "--worker-class", "gevent", "app:app"]
|