Pratham Bhat commited on
Commit
480603b
·
1 Parent(s): 03e3488

Update .cache dir permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM python:3.9
2
 
3
  WORKDIR /code
4
  RUN mkdir -p /code && chmod -R 777 /code
 
5
 
6
  COPY ./requirements.txt /code/requirements.txt
7
 
 
2
 
3
  WORKDIR /code
4
  RUN mkdir -p /code && chmod -R 777 /code
5
+ RUN chmod -R 777 /.cache
6
 
7
  COPY ./requirements.txt /code/requirements.txt
8