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.
2 parents 87517d2 + 5ab3170 commit 82efec2Copy full SHA for 82efec2
rhel8/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi8 as build
+FROM nvcr.io/nvidia/cuda:13.0.2-base-ubi8 as build
2
3
ARG TARGETARCH
4
ARG GOLANG_VERSION
@@ -21,7 +21,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
21
go build -o vgpu-util && \
22
mv vgpu-util /work
23
24
-FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi8
+FROM nvcr.io/nvidia/cuda:13.0.2-base-ubi8
25
26
27
ENV TARGETARCH=$TARGETARCH
0 commit comments