terry-li-hm
commited on
Commit
·
520fa7b
1
Parent(s):
4248bb1
Comment out pip upgrade
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ ENV HOME=/home/user \
|
|
20 |
|
21 |
WORKDIR $HOME/app
|
22 |
|
23 |
-
RUN pip install --no-cache-dir --upgrade pip
|
24 |
|
25 |
COPY --chown=user . $HOME/app
|
26 |
COPY ./requirements.txt ~/app/requirements.txt
|
|
|
20 |
|
21 |
WORKDIR $HOME/app
|
22 |
|
23 |
+
# RUN pip install --no-cache-dir --upgrade pip
|
24 |
|
25 |
COPY --chown=user . $HOME/app
|
26 |
COPY ./requirements.txt ~/app/requirements.txt
|