Michael Natanael commited on
Commit
4a4c6b2
·
1 Parent(s): 20332fc

change timeout to 10 minutes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
17
 
18
  COPY --chown=user . /app
19
  # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
20
- CMD ["gunicorn", "--timeout", "120", "-b", "0.0.0.0:7860", "app:app"]
 
17
 
18
  COPY --chown=user . /app
19
  # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
20
+ CMD ["gunicorn", "--timeout", "600", "-b", "0.0.0.0:7860", "app:app"]