Skip to content

Commit

Permalink
Merge pull request #653 from fabiendupont/nvidia-align-driver-and-cuda
Browse files Browse the repository at this point in the history
Update NVIDIA driver and CUDA in nvidia-bootc
  • Loading branch information
lmilbaum authored Jul 4, 2024
2 parents 610d8ec + 0548faf commit 67e8135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG KERNEL_VERSION=''
ARG BUILD_ARCH=''
ARG TARGET_ARCH=''

ARG DRIVER_VERSION='550.54.15'
ARG DRIVER_VERSION='550.90.07'

USER builder

Expand Down Expand Up @@ -79,9 +79,9 @@ ARG KERNEL_VERSION=''
ARG DRIVER_TYPE=passthrough
ENV NVIDIA_DRIVER_TYPE=${DRIVER_TYPE}

ARG DRIVER_VERSION='550.54.15'
ARG DRIVER_VERSION='550.90.07'
ENV NVIDIA_DRIVER_VERSION=${DRIVER_VERSION}
ARG CUDA_VERSION='12.3.2'
ARG CUDA_VERSION='12.4.1'

ARG TARGET_ARCH=''
ENV TARGETARCH=${TARGET_ARCH}
Expand Down

0 comments on commit 67e8135

Please sign in to comment.