Skip to content

Commit

Permalink
Bump nvidia/cuda from 12.6.2-base-ubi9 to 12.6.3-base-ubi9 in /docker
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.2-base-ubi9 to 12.6.3-base-ubi9.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent fe9595a commit be0243c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG GOLANG_VERSION=x.x.x

FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as builder
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 as builder

RUN dnf install -y wget make git gcc

Expand Down Expand Up @@ -55,7 +55,7 @@ ARG VERSION="unknown"
ARG GIT_COMMIT="unknown"
RUN make gpu-operator

FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN dnf remove -y cuda-*
Expand Down

0 comments on commit be0243c

Please sign in to comment.