krasnoglaziiik commited on
Commit
29f8397
·
verified ·
1 Parent(s): eaa57d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR ./exo
29
 
30
  RUN pip install -e .
31
 
32
- RUN chmod 777 /.cache/*
33
 
34
  ENV DEBUG=9
35
 
 
29
 
30
  RUN pip install -e .
31
 
32
+ RUN mkdir -p ./.cache && chmod 777 ./.cache/*
33
 
34
  ENV DEBUG=9
35