Skip to content

Commit 7f92be1

Browse files
fabienduponttsorya
authored andcommitted
Update NVIDIA driver and CUDA in nvidia-bootc
For the InstructLab image, we use NVIDIA driver version `550.90.07` with CUDA `12.4.1`, so this change updates the versions in the bootc image to align the stack. Signed-off-by: Fabien Dupont <fdupont@redhat.com>
1 parent eac2861 commit 7f92be1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

training/nvidia-bootc/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG KERNEL_VERSION=''
1515
ARG BUILD_ARCH=''
1616
ARG TARGET_ARCH=''
1717

18-
ARG DRIVER_VERSION='550.54.15'
18+
ARG DRIVER_VERSION='550.90.07'
1919

2020
USER builder
2121

@@ -79,9 +79,9 @@ ARG KERNEL_VERSION=''
7979
ARG DRIVER_TYPE=passthrough
8080
ENV NVIDIA_DRIVER_TYPE=${DRIVER_TYPE}
8181

82-
ARG DRIVER_VERSION='550.54.15'
82+
ARG DRIVER_VERSION='550.90.07'
8383
ENV NVIDIA_DRIVER_VERSION=${DRIVER_VERSION}
84-
ARG CUDA_VERSION='12.3.2'
84+
ARG CUDA_VERSION='12.4.1'
8585

8686
ARG TARGET_ARCH=''
8787
ENV TARGETARCH=${TARGET_ARCH}

0 commit comments

Comments
 (0)