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 5a5176a + 8286784 commit a8d4243Copy full SHA for a8d4243
deployments/container/Dockerfile
@@ -16,7 +16,7 @@
16
ARG TOOLKIT_CONTAINER_IMAGE=unknown
17
18
# Run build with binaries native to the current build platform.
19
-FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/cuda:12.9.0-base-ubuntu20.04 AS build
+FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 AS build
20
21
# Require arg to be provided (set invalid default value).
22
ARG GOLANG_VERSION=x.x.x
0 commit comments