Iwak commited on
Commit
c19a3b4
·
1 Parent(s): 0281839
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +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
- ENV MPLCONFIGDIR ="/tmp/matplotlib"
10
 
11
  RUN ls
12
 
 
6
  # ENV PYTHONUNBUFFERED=1
7
 
8
  ENV PORT=7860
9
+ ENV MPLCONFIGDIR ="~/tmp/matplotlib"
10
 
11
  RUN ls
12