Sergey Mikhno
commited on
Commit
·
2c77afc
1
Parent(s):
b3ab4bb
timeout
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip3 install -r requirements.txt
|
|
8 |
ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
|
9 |
ENV DOCTR_CACHE_DIR=/tmp/DOCTR/
|
10 |
ENV YOLO_CONFIG_DIR=/tmp/YOLO
|
11 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
8 |
ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
|
9 |
ENV DOCTR_CACHE_DIR=/tmp/DOCTR/
|
10 |
ENV YOLO_CONFIG_DIR=/tmp/YOLO
|
11 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "240", "app:app"]
|