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 30583d5 + 11caf43 commit 4f95467Copy full SHA for 4f95467
deployments/container/Dockerfile
@@ -20,7 +20,7 @@
20
ARG TOOLKIT_CONTAINER_IMAGE=unknown
21
22
# Run build with binaries native to the current build platform.
23
-FROM --platform=$BUILDPLATFORM docker.io/debian:12 AS build
+FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/base/ubuntu:jammy-20250619 AS build
24
25
# Require arg to be provided (set invalid default value).
26
ARG GOLANG_VERSION=x.x.x
0 commit comments