moriire commited on
Commit
dc2c910
·
verified ·
1 Parent(s): feeaf67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR /code
17
  RUN chmod 777 .
18
 
19
  COPY ./requirements.txt /code/requirements.txt
20
- RUN pip install --upgrade pip
21
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
22
 
23
  RUN useradd -m -u 1000 user
 
17
  RUN chmod 777 .
18
 
19
  COPY ./requirements.txt /code/requirements.txt
20
+ #RUN pip install --upgrade pip
21
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
22
 
23
  RUN useradd -m -u 1000 user