David Vaillant commited on
Commit
fcd29a5
1 Parent(s): 98d8028
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir --upgrade numpy
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
- RUN mkdir /.local
14
  RUN chmod a+rwx -R /code/cache
15
  RUN chmod a+rwx -R /.local
16
  RUN chmod a+rwx -R /.cache
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
+ RUN mkdir /.local /.cache
14
  RUN chmod a+rwx -R /code/cache
15
  RUN chmod a+rwx -R /.local
16
  RUN chmod a+rwx -R /.cache