mrfakename commited on
Commit
2f89f3c
·
verified ·
1 Parent(s): 4e103e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update -y && \
8
  apt-get upgrade -y && \
9
  apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
10
  apt-get uninstall -y python3 && \
11
- apt-get install -y python3.11
12
  pip install packaging
13
  RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
14
  ENV PATH="/root/.cargo/bin:${PATH}"
 
8
  apt-get upgrade -y && \
9
  apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
10
  apt-get uninstall -y python3 && \
11
+ apt-get install -y python3.11 && \
12
  pip install packaging
13
  RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
14
  ENV PATH="/root/.cargo/bin:${PATH}"