We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599cca1 commit afe96abCopy full SHA for afe96ab
Containerfile
@@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9/python-311 as cpu-base
6
ARG EMBEDDING_MODEL
7
ARG FLAVOR
8
9
-FROM nvcr.io/nvidia/cuda:12.8.1-devel-ubi9 as gpu-base
+FROM nvcr.io/nvidia/cuda:12.9.0-devel-ubi9 as gpu-base
10
11
12
RUN dnf install -y python3.11 python3.11-pip libcudnn9 libnccl libcusparselt0
0 commit comments