Skip to content

Commit

Permalink
'nightly' revert to py312
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun authored Dec 25, 2024
1 parent a1d4c15 commit 590291a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3.13-full \
python3.13-dev \
python3.12-full \
python3.12-dev \
libegl1-mesa-dev \
git \
cmake \
Expand All @@ -37,7 +37,7 @@ vim \
# x264 \
# x265 \
&& rm -rf /var/lib/apt/lists/* \
&& rm /usr/lib/python3.13/EXTERNALLY-MANAGED
&& rm /usr/lib/python3.12/EXTERNALLY-MANAGED

# In Ubuntu/Debian, PIP packages installed by APT were locked.
# So here we install PIP in a classic way, make it easier to update.
Expand Down

0 comments on commit 590291a

Please sign in to comment.