SurajSingh commited on
Commit
9324830
·
verified ·
1 Parent(s): a223121

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --upgrade -r /code/requirements.txt
11
 
12
- # RUN chmod 777 ./cache
13
 
14
  COPY . .
15
 
 
9
 
10
  RUN pip install --upgrade -r /code/requirements.txt
11
 
12
+ RUN chmod 777 ./cache
13
 
14
  COPY . .
15