Kurokabe commited on
Commit
71d18a1
1 Parent(s): 4e32420

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,5 +19,6 @@ COPY requirements.txt /GANime/requirements.txt
19
  RUN pip install -r requirements.txt
20
  COPY . .
21
  RUN pip install -e .
 
22
 
23
  CMD ["python", "app.py"]
 
19
  RUN pip install -r requirements.txt
20
  COPY . .
21
  RUN pip install -e .
22
+ RUN chmod 777 /.cache
23
 
24
  CMD ["python", "app.py"]