Spaces:
Runtime error
Runtime error
Sandeep03edu
commited on
Commit
•
49729df
1
Parent(s):
c1b7889
Added gunicorn timeout
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD ["gunicorn","-b", "0.0.0.0:7860", "app:app"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["gunicorn","-b", "0.0.0.0:7860", "app:app --timeout 1800 "]
|