Spaces:
Runtime error
Runtime error
Commit
·
84e86e0
1
Parent(s):
f3d2096
update setuptools
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ 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 - \
|
|
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|
13 |
|
14 |
+
RUN pip install --no-cache-dir --prefix=/app/pip setuptools
|
15 |
+
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|
18 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|