Rauhan commited on
Commit
e616e00
·
verified ·
1 Parent(s): 183c24d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,6 +10,6 @@ RUN pip install -r requirements.txt
10
 
11
  EXPOSE 7860
12
 
13
- RUN chmod -R 777 /.cache
14
 
15
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  EXPOSE 7860
12
 
13
+ RUN chmod -R 777 /
14
 
15
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]