Iwak commited on
Commit
f5d0520
·
1 Parent(s): cd26e2e
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
6
  # ENV PYTHONUNBUFFERED=1
7
 
8
  ENV PORT=7860
 
9
 
10
  RUN ls
11
 
 
6
  # ENV PYTHONUNBUFFERED=1
7
 
8
  ENV PORT=7860
9
+ ENV MPLCONFIGDIR ="/tmp/matplotlib"
10
 
11
  RUN ls
12