moriire commited on
Commit
c52c52b
·
verified ·
1 Parent(s): 226a233

Update Dockerfile

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