Skip to content

Commit 651e9f5

Browse files
authored
Merge pull request #1072 from NVIDIA/dependabot/docker/deployments/container/release-1.17/nvidia/cuda-12.9.0-base-ubuntu20.04
Bump nvidia/cuda from 12.8.1-base-ubuntu20.04 to 12.9.0-base-ubuntu20.04 in /deployments/container
2 parents 570e223 + 56b80c9 commit 651e9f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployments/container/Dockerfile.packaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG GOLANG_VERSION=x.x.x
1616

17-
FROM nvidia/cuda:12.8.1-base-ubuntu20.04
17+
FROM nvidia/cuda:12.9.0-base-ubuntu20.04
1818

1919
ARG ARTIFACTS_ROOT
2020
COPY ${ARTIFACTS_ROOT} /artifacts/packages/

deployments/container/Dockerfile.ubi8

+2-2
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 nvidia/cuda:12.8.1-base-ubi8 as build
18+
FROM nvidia/cuda:12.9.0-base-ubi8 as build
1919

2020
RUN yum install -y \
2121
wget make git gcc \
@@ -48,7 +48,7 @@ COPY . .
4848
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
4949

5050

51-
FROM nvidia/cuda:12.8.1-base-ubi8
51+
FROM nvidia/cuda:12.9.0-base-ubi8
5252

5353
ENV NVIDIA_DISABLE_REQUIRE="true"
5454
ENV NVIDIA_VISIBLE_DEVICES=void

deployments/container/Dockerfile.ubuntu

+2-2
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 nvidia/cuda:12.8.1-base-ubuntu20.04 as build
18+
FROM nvidia/cuda:12.9.0-base-ubuntu20.04 as build
1919

2020
RUN apt-get update && \
2121
apt-get install -y wget make git gcc \
@@ -47,7 +47,7 @@ COPY . .
4747
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
4848

4949

50-
FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu20.04
50+
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubuntu20.04
5151

5252
# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
5353
RUN rm -f /etc/apt/sources.list.d/cuda.list

0 commit comments

Comments
 (0)