Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,9 @@ RUN apt-get update -y && \
|
|
| 9 |
apt-get upgrade -y && \
|
| 10 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
|
| 11 |
apt-get remove -y python3 && \
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
pip install packaging
|
| 14 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
| 15 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
|
|
|
| 9 |
apt-get upgrade -y && \
|
| 10 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
|
| 11 |
apt-get remove -y python3 && \
|
| 12 |
+
alias pip='python3.11 -m pip' && \
|
| 13 |
+
alias python='python3.11' && \
|
| 14 |
+
apt-get install -y python3.11 python3-pip && \
|
| 15 |
pip install packaging
|
| 16 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
| 17 |
ENV PATH="/root/.cargo/bin:${PATH}"
|