Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
849687c
1
Parent(s):
272b3ed
Debugging
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN useradd -m -u 1000 user
|
|
15 |
# Switch to the "user" user
|
16 |
USER user
|
17 |
|
18 |
-
RUN pip3 install --no-cache-dir --upgrade setuptools
|
19 |
|
20 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
21 |
|
|
|
15 |
# Switch to the "user" user
|
16 |
USER user
|
17 |
|
18 |
+
RUN pip3 install --no-cache-dir --upgrade setuptools pip
|
19 |
|
20 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
21 |
|