Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN apt-get update -y && \
|
|
| 15 |
|
| 16 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 999 \
|
| 17 |
&& update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
|
| 18 |
-
|
| 19 |
RUN pip install packaging
|
| 20 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
| 21 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
|
|
|
| 15 |
|
| 16 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 999 \
|
| 17 |
&& update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
|
| 18 |
+
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
| 19 |
RUN pip install packaging
|
| 20 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
| 21 |
ENV PATH="/root/.cargo/bin:${PATH}"
|