Steffen Slavetinsky commited on
Commit
045ee62
1 Parent(s): 54d31f8

add code dir permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,5 +10,7 @@ RUN wget -O renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl "https://s
10
  RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
11
 
12
  COPY . .
 
 
13
 
14
  CMD ["python", "run.py"]
 
10
  RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
11
 
12
  COPY . .
13
+ RUN mkdir -p /code/.cache
14
+ RUN chmod -R 777 /code
15
 
16
  CMD ["python", "run.py"]