Pratham Bhat commited on
Commit
937823a
·
1 Parent(s): 480603b

Revert change

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