Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ ENV TRANSFORMERS_CACHE=/.cache
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
-
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "main:app"]
|
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
|