Skip to content

Commit

Permalink
Merge pull request #240 from NVIDIA/dependabot/docker/deployments/con…
Browse files Browse the repository at this point in the history
…tainer/main/nvidia/cuda-12.8.0-base-ubi9

Bump nvidia/cuda from 12.3.2-base-ubi9 to 12.8.0-base-ubi9 in /deployments/container
  • Loading branch information
elezar authored Feb 26, 2025
2 parents 44741f8 + bae8b4d commit 27c9940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

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

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

ENV NVIDIA_DISABLE_REQUIRE="true"
ENV NVIDIA_VISIBLE_DEVICES=all
Expand Down

0 comments on commit 27c9940

Please sign in to comment.