Spanicin commited on
Commit
847c93b
·
verified ·
1 Parent(s): c851b89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "5", "--timeout", "300", "app_parallel:app"]
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"]