hprasath commited on
Commit
deac110
·
verified ·
1 Parent(s): 5a7951b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,10 +2,8 @@ FROM python:3.9
2
 
3
  WORKDIR /code
4
 
5
- # Create a directory for the cache
6
  RUN mkdir -p /.cache
7
 
8
- # Change the ownership and permissions of the cache directory
9
  RUN chmod -R 777 /.cache
10
 
11
  COPY ./requirements.txt /code/requirements.txt
 
2
 
3
  WORKDIR /code
4
 
 
5
  RUN mkdir -p /.cache
6
 
 
7
  RUN chmod -R 777 /.cache
8
 
9
  COPY ./requirements.txt /code/requirements.txt