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 36fcf70 + d8f7130 commit 67f27fdCopy full SHA for 67f27fd
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