Spaces:
Sleeping
Sleeping
Some changes
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -26,6 +26,8 @@ COPY . /app
|
|
26 |
ENV FLASK_APP=run.py
|
27 |
ENV FLASK_ENV=production
|
28 |
ENV YOLO_CONFIG_DIR=/app
|
|
|
|
|
29 |
|
30 |
# Set permissions for the application directory
|
31 |
RUN chmod -R 777 /app
|
|
|
26 |
ENV FLASK_APP=run.py
|
27 |
ENV FLASK_ENV=production
|
28 |
ENV YOLO_CONFIG_DIR=/app
|
29 |
+
ENV YOLO_CONFIG_DIR=/app
|
30 |
+
ENV MPLCONFIGDIR=/tmp
|
31 |
|
32 |
# Set permissions for the application directory
|
33 |
RUN chmod -R 777 /app
|