Skip to content

Commit bed5365

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 12.3.2-base-ubi9 to 12.8.0-base-ubi9. --- 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 6d803fc commit bed5365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG GOLANG_VERSION=1.23.1
1616
# We use an ubuntu20.04 base image to allow for a more efficient multi-arch builds.
17-
FROM --platform=${BUILDOS}/amd64 nvcr.io/nvidia/cuda:12.3.2-base-ubuntu20.04 AS build
17+
FROM --platform=${BUILDOS}/amd64 nvcr.io/nvidia/cuda:12.8.0-base-ubuntu20.04 AS build
1818

1919
RUN apt-get update && \
2020
apt-get install -y wget make git gcc-aarch64-linux-gnu gcc \
@@ -43,7 +43,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
4343
fi && \
4444
make CC=${cc} GOARCH=${TARGETARCH} PREFIX=/artifacts cmds
4545

46-
FROM nvcr.io/nvidia/cuda:12.3.2-base-ubi9
46+
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
4747

4848
ENV NVIDIA_DISABLE_REQUIRE="true"
4949
ENV NVIDIA_VISIBLE_DEVICES=all

0 commit comments

Comments
 (0)