Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -33,6 +33,8 @@ RUN apt-fast update && apt-fast install -y \
|
|
| 33 |
|
| 34 |
RUN git lfs install
|
| 35 |
RUN pip config set global.break-system-packages true
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# -----------------------------
|
| 38 |
# Rust (global)
|
|
|
|
| 33 |
|
| 34 |
RUN git lfs install
|
| 35 |
RUN pip config set global.break-system-packages true
|
| 36 |
+
RUN apt remove -y python3-wheel python3-setuptools
|
| 37 |
+
RUN pip install -U pip setuptools wheel
|
| 38 |
|
| 39 |
# -----------------------------
|
| 40 |
# Rust (global)
|