Rauhan commited on
Commit
387919b
·
verified ·
1 Parent(s): 127e6e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install -r requirements.txt
10
 
11
  RUN chmod -R 777 /app
12
 
13
- RUN -R 777 /.cache
14
 
15
  EXPOSE 7860
16
 
 
10
 
11
  RUN chmod -R 777 /app
12
 
13
+ RUN chmod -R 777 /.cache
14
 
15
  EXPOSE 7860
16