Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,5 +37,5 @@ 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_parallel:app"]
|
40 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "-w", "
|
41 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "--workers", "3", "--timeout", "300", "--worker-class", "gevent", "app:app"]
|
|
|
37 |
|
38 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860","app:app"]
|
39 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "app_parallel:app"]
|
40 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "-w", "4", "--timeout", "300", "app_parallel:app"]
|
41 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "--workers", "3", "--timeout", "300", "--worker-class", "gevent", "app:app"]
|