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 36fcf70 commit d8f7130Copy full SHA for d8f7130
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