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 a772441 + de830d3 commit 89c8258Copy full SHA for 89c8258
deployments/container/Dockerfile
@@ -116,7 +116,7 @@ FROM ${TOOLKIT_CONTAINER_IMAGE} AS toolkit
116
# For consistency, the build stage above derives from Debian 12 directly. The
117
# `-dev` suffic is to get busybox as a shell added. For RUN directives to pick
118
# that up, use `SHELL ["/busybox/sh", "-c"]`.
119
-FROM nvcr.io/nvidia/distroless/cc:v3.1.13-dev
+FROM nvcr.io/nvidia/distroless/cc:v3.2.0-dev
120
121
ENV NVIDIA_DISABLE_REQUIRE="true"
122
ENV NVIDIA_VISIBLE_DEVICES=all
0 commit comments