Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
945fcfa
1
Parent(s):
9b95cd3
Try setuptools
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 8 |
|
| 9 |
RUN apt-get -y update && apt-get -y install python3-pip
|
| 10 |
|
|
|
|
|
|
|
| 11 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 12 |
|
| 13 |
# Set up a new user named "user" with user ID 1000
|
|
|
|
| 8 |
|
| 9 |
RUN apt-get -y update && apt-get -y install python3-pip
|
| 10 |
|
| 11 |
+
RUN pip3 install --no-cache-dir --upgrade setuptools
|
| 12 |
+
|
| 13 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 14 |
|
| 15 |
# Set up a new user named "user" with user ID 1000
|