diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index b6c3764a1..7b05d0a33 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -16,7 +16,7 @@ ARG GOLANG_VERSION=x.x.x ARG VERSION="N/A" -FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS build +FROM nvcr.io/nvidia/cuda:13.3.1-base-ubi9 AS build RUN rm -f /etc/yum.repos.d/cuda.repo && rm -f /etc/ld.so.conf.d/nvidia.conf @@ -111,7 +111,7 @@ LABEL org.opencontainers.base.name="nvcr.io/nvidia/distroless/go" COPY LICENSE /licenses/ # The debpackages stage is used to extract the contents of deb packages. -FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 AS debpackages +FROM nvcr.io/nvidia/cuda:12.9.2-base-ubuntu20.04 AS debpackages RUN rm -f /etc/apt/sources.list.d/cuda.list @@ -132,7 +132,7 @@ RUN set -eux; \ for p in $(ls /deb-packages/${ARCH}/*.deb); do dpkg-deb -xv $p /artifacts/deb/; done # The rpmpackages stage is used to extract the contents of the rpm packages. -FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS rpmpackages +FROM nvcr.io/nvidia/cuda:13.3.1-base-ubi9 AS rpmpackages RUN rm -f /etc/yum.repos.d/cuda.repo && rm -f /etc/ld.so.conf.d/nvidia.conf diff --git a/deployments/container/Dockerfile.rpmrebuild b/deployments/container/Dockerfile.rpmrebuild index c0a7ad212..34758de1f 100644 --- a/deployments/container/Dockerfile.rpmrebuild +++ b/deployments/container/Dockerfile.rpmrebuild @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9 +FROM nvcr.io/nvidia/cuda:13.3.1-base-ubi9 RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ && \