pawanmau01 commited on
Commit
d1786b5
·
verified ·
1 Parent(s): 248122f

Some changes

Browse files
Files changed (1) hide show
  1. 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