Spaces:
Runtime error
Runtime error
Commit
·
1937f91
1
Parent(s):
18f8530
worker test
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ ENV HF_HOME=/code/transformers_cache
|
|
17 |
|
18 |
COPY . .
|
19 |
|
20 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
|
|
|
17 |
|
18 |
COPY . .
|
19 |
|
20 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app", "--timeout", "600"]
|