Spaces:
Runtime error
Runtime error
Commit
·
8a0e405
1
Parent(s):
84e86e0
correct setuptools
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
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 |
|
|
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|
13 |
|
14 |
+
RUN pip install --no-cache-dir --prefix=/home/user/app/pip setuptools
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|