Skip to content

Commit

Permalink
Bump nvidia/cuda in /deployments/container
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent d1fad7e commit bae8b4d
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 bae8b4d

Please sign in to comment.