Skip to content

Commit

Permalink
'nightly' Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 18, 2024
1 parent 0f552be commit 07520da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# Ref: https://gitlab.com/nvidia/container-images/cuda/-/issues/47
################################################################################

FROM nvidia/cuda:12.6.1-cudnn-devel-ubuntu24.04
FROM nvidia/cuda:12.6.2-cudnn-devel-ubuntu24.04

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.12-full \
python3.12-dev \
python3.13-full \
python3.13-dev \
libegl1-mesa-dev \
git \
cmake \
Expand All @@ -37,7 +37,7 @@ ffmpeg \
x264 \
x265 \
&& rm -rf /var/lib/apt/lists/* \
&& rm /usr/lib/python3.12/EXTERNALLY-MANAGED
&& rm /usr/lib/python3.13/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 07520da

Please sign in to comment.