Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -40,7 +40,7 @@ RUN apt-fast remove -y python3-wheel python3-setuptools && rm -rf /var/lib/apt/l
|
|
| 40 |
|
| 41 |
# Reinstall pip, setuptools, wheel using the official bootstrap
|
| 42 |
RUN curl -sS https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py \
|
| 43 |
-
&& python3.12 /tmp/get-pip.py \
|
| 44 |
&& rm /tmp/get-pip.py
|
| 45 |
|
| 46 |
# Allow pip upgrades even on system Python
|
|
|
|
| 40 |
|
| 41 |
# Reinstall pip, setuptools, wheel using the official bootstrap
|
| 42 |
RUN curl -sS https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py \
|
| 43 |
+
&& python3.12 /tmp/get-pip.py --break-system-packages \
|
| 44 |
&& rm /tmp/get-pip.py
|
| 45 |
|
| 46 |
# Allow pip upgrades even on system Python
|