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 32ff587 + 708eceb commit c2f53a1Copy full SHA for c2f53a1
Dockerfile.nvidia
@@ -11,7 +11,7 @@ RUN mkdir -p /usr/src/cni/bin && \
11
tar -xvf cni-plugins-linux-${TARGETARCH}-${VERSION}.tgz -C /usr/src/cni/bin/ && \
12
echo done
13
14
-FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS entrypoint
+FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS entrypoint
15
16
USER 0:0
17
SHELL ["/busybox/sh", "-c"]
0 commit comments