Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -32,9 +32,10 @@ RUN apt-fast update && apt-fast install -y \
|
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 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
|
|
|
|
|
|
|
| 38 |
|
| 39 |
# -----------------------------
|
| 40 |
# Rust (global)
|
|
|
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN git lfs install
|
|
|
|
| 35 |
RUN apt remove -y python3-wheel python3-setuptools
|
| 36 |
+
RUN python3 -m ensurepip --upgrade
|
| 37 |
+
RUN python3 -m pip install --upgrade pip setuptools wheel
|
| 38 |
+
RUN pip config set global.break-system-packages true
|
| 39 |
|
| 40 |
# -----------------------------
|
| 41 |
# Rust (global)
|