File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616ARG GOLANG_VERSION=x.x.x
1717ARG 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
2121RUN dnf install -y \
2222 wget make git gcc \
@@ -84,7 +84,7 @@ LABEL description="See summary"
8484COPY 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
8989ARG TARGETARCH
9090ARG 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
107107RUN dnf install -y cpio
108108
109109ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments