From e4f90a4798a427bd0e8a4321918353261861419b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:36:42 +0000 Subject: [PATCH] build(deps): bump nvidia/distroless/cc in /deployments/container Bumps nvidia/distroless/cc from v4.0.1-dev to v4.0.2-dev. --- updated-dependencies: - dependency-name: nvidia/distroless/cc dependency-version: v4.0.2-dev dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index ab5a2b920..d9a826493 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -116,7 +116,7 @@ FROM ${TOOLKIT_CONTAINER_IMAGE} AS toolkit # For consistency, the build stage above derives from Debian 12 directly. The # `-dev` suffic is to get busybox as a shell added. For RUN directives to pick # that up, use `SHELL ["/busybox/sh", "-c"]`. -FROM nvcr.io/nvidia/distroless/cc:v4.0.1-dev +FROM nvcr.io/nvidia/distroless/cc:v4.0.2-dev ENV NVIDIA_DISABLE_REQUIRE="true" ENV NVIDIA_VISIBLE_DEVICES=all