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

Update Dockerfile

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