leonsimon23 commited on
Commit
0cdd688
·
verified ·
1 Parent(s): 7428f93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -10,9 +10,6 @@ RUN apt-get update && apt-get install -y git
10
  # Set Matplotlib configuration directory
11
  ENV MPLCONFIGDIR=/tmp/.matplotlib
12
 
13
-
14
- RUN mkdir -p /app/uploads && chmod 777 /app/uploads
15
-
16
  # Create Matplotlib configuration directory
17
  RUN mkdir -p /tmp/.matplotlib && chmod -R 777 /tmp/.matplotlib
18
 
 
10
  # Set Matplotlib configuration directory
11
  ENV MPLCONFIGDIR=/tmp/.matplotlib
12
 
 
 
 
13
  # Create Matplotlib configuration directory
14
  RUN mkdir -p /tmp/.matplotlib && chmod -R 777 /tmp/.matplotlib
15