Skip to content

Commit 226711f

Browse files
Merge pull request #400 from openshift/konflux/mintmaker/main/nvcr.io-nvidia-cuda-12.x
chore(deps): update nvcr.io/nvidia/cuda docker tag to v12.9.1
2 parents c2c8728 + 4125e46 commit 226711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9/python-311 as cpu-base
66
ARG EMBEDDING_MODEL
77
ARG FLAVOR
88

9-
FROM nvcr.io/nvidia/cuda:12.9.0-devel-ubi9 as gpu-base
9+
FROM nvcr.io/nvidia/cuda:12.9.1-devel-ubi9 as gpu-base
1010
ARG EMBEDDING_MODEL
1111
ARG FLAVOR
1212
RUN dnf install -y python3.11 python3.11-pip libcudnn9 libnccl libcusparselt0

0 commit comments

Comments
 (0)