Spaces:
Runtime error
Runtime error
Commit
·
6ab09fd
1
Parent(s):
8a0e405
update 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
|
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 setuptools
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|