Spanicin commited on
Commit
0a8d28a
1 Parent(s): 037eb07

Update Dockerfile

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