tommytracx commited on
Commit
98f2d6e
·
verified ·
1 Parent(s): f3b5ce7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN if [ ! -f static/index.html ]; then \
30
  ENV PYTHONUNBUFFERED=1
31
  ENV PORT=7860
32
  ENV HOST=0.0.0.0
 
33
 
34
  # Expose the port
35
  EXPOSE 7860
 
30
  ENV PYTHONUNBUFFERED=1
31
  ENV PORT=7860
32
  ENV HOST=0.0.0.0
33
+ ENV MPLCONFIGDIR=/tmp/matplotlib
34
 
35
  # Expose the port
36
  EXPOSE 7860