mrfakename commited on
Commit
8f1f452
·
verified ·
1 Parent(s): 335d24b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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}"