Sergey Mikhno commited on
Commit
1278481
·
1 Parent(s): 529ecd0
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,5 +6,6 @@ WORKDIR /hab
6
  COPY ./app .
7
  RUN pip3 install -r requirements.txt
8
  ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
 
9
  ENV YOLO_CONFIG_DIR=/tmp/YOLO
10
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
6
  COPY ./app .
7
  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"]