Chris4K commited on
Commit
0a9bcf5
1 Parent(s): b913495

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN mkdir $HOME/.cache
12
 
13
 
14
  # Create a writeable cache directory
15
- RUN mkdir -p /.cache && chmod 777 /.cache
16
 
17
  COPY ./requirements.txt /code/requirements.txt
18
 
 
12
 
13
 
14
  # Create a writeable cache directory
15
+ #RUN mkdir -p /.cache && chmod 777 /.cache
16
 
17
  COPY ./requirements.txt /code/requirements.txt
18