nroggendorff commited on
Commit
46a0d74
·
verified ·
1 Parent(s): 2272a35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- RUN chmod 777 /.cache
10
 
11
  COPY app.py .
12
 
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ RUN mkdir /.cache && chmod 777 /.cache
10
 
11
  COPY app.py .
12