Skip to content

Commit 3340f70

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 12.5.1-base-ubi8 to 12.6.2-base-ubi8. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f03e593 commit 3340f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile.ubi8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG GOLANG_VERSION=x.x.x
1616
ARG VERSION="N/A"
1717

18-
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi8 as build
18+
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8 as build
1919

2020
RUN yum install -y wget make git gcc
2121

@@ -43,7 +43,7 @@ ARG VERSION="N/A"
4343
ARG GIT_COMMIT="unknown"
4444
RUN make PREFIX=/artifacts cmds
4545

46-
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi8
46+
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8
4747

4848
COPY --from=build /artifacts/k8s-kata-manager /usr/bin/k8s-kata-manager
4949

0 commit comments

Comments
 (0)