Spaces:
Runtime error
Runtime error
Commit
·
f3d2096
1
Parent(s):
5bcecde
update requirements
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,6 +9,8 @@ ENV PIP_TARGET=/home/user/app/pip
|
|
9 |
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
|
|
|
|
12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
13 |
|
14 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
|
|
9 |
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
+
RUN pip install --no-cache-dir --upgrade pip
|
13 |
+
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
15 |
|
16 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|