Spaces:
No application file
No application file
Update Dockerfile
#1
by
DaniJorCa
- opened
- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -116,6 +116,8 @@ RUN chown -R user:user /home/*
|
|
116 |
|
117 |
USER user
|
118 |
|
|
|
|
|
119 |
# Python packages
|
120 |
RUN --mount=target=requirements.txt,source=requirements.txt \
|
121 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
116 |
|
117 |
USER user
|
118 |
|
119 |
+
RUN python -m pip install --upgrade pip
|
120 |
+
|
121 |
# Python packages
|
122 |
RUN --mount=target=requirements.txt,source=requirements.txt \
|
123 |
pip install --no-cache-dir --upgrade -r requirements.txt
|