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 73f7198 commit e28ea44Copy full SHA for e28ea44
rhel9/Dockerfile
@@ -28,7 +28,7 @@ RUN if [ "$DRIVER_TYPE" = "vgpu" ]; then \
28
go build -o vgpu-util && \
29
mv vgpu-util /work; fi
30
31
-FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9
+FROM ${BASE_IMAGE}
32
33
ARG TARGETARCH
34
ENV TARGETARCH=$TARGETARCH
0 commit comments