mrfakename commited on
Commit
fde4efb
·
verified ·
1 Parent(s): 8cf6eb4

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 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 uninstall -y python3 && \
12
  apt-get install -y python3.11 && \
13
  pip install packaging
14
  RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
 
8
  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
  apt-get install -y python3.11 && \
13
  pip install packaging
14
  RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y