Rauhan commited on
Commit
183c24d
·
1 Parent(s): 0dda2a1

initial commit

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