Sergey Mikhno
commited on
Commit
·
b90b21f
1
Parent(s):
11b4e2f
yolo
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,4 +6,5 @@ WORKDIR /hab
|
|
6 |
COPY ./app .
|
7 |
RUN pip3 install -r requirements.txt
|
8 |
ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
|
|
|
9 |
CMD gunicorn --bind 0.0.0.0:8888 app:app
|
|
|
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 --bind 0.0.0.0:8888 app:app
|