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

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 mkdir -p ./.cache && 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