Skip to content

Commit 54f1797

Browse files
authored
Merge pull request #1162 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/cuda-12.9.1-base-ubuntu20.04
Bump nvidia/cuda from 12.9.0-base-ubuntu20.04 to 12.9.1-base-ubuntu20.04 in /deployments/container
2 parents 178348b + a1aef5e commit 54f1797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployments/container/Dockerfile

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

19-
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9 AS build
19+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS build
2020

2121
RUN dnf install -y \
2222
wget make git gcc \
@@ -84,7 +84,7 @@ LABEL description="See summary"
8484
COPY LICENSE /licenses/
8585

8686
# The debpackages stage is used to extract the contents of deb packages.
87-
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubuntu20.04 AS debpackages
87+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 AS debpackages
8888

8989
ARG TARGETARCH
9090
ARG PACKAGE_DIST_DEB=ubuntu18.04
@@ -103,7 +103,7 @@ RUN set -eux; \
103103
for p in $(ls /deb-packages/${ARCH}/*.deb); do dpkg-deb -xv $p /artifacts/deb/; done
104104

105105
# The rpmpackages stage is used to extract the contents of the rpm packages.
106-
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9 AS rpmpackages
106+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS rpmpackages
107107
RUN dnf install -y cpio
108108

109109
ARG TARGETARCH

0 commit comments

Comments
 (0)