File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Run build with binaries native to the current build platform.
16- FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04 AS build
16+ FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/cuda:12.9.0 -base-ubuntu20.04 AS build
1717
1818# Require arg to be provided (set invalid default value).
1919ARG GOLANG_VERSION=x.x.x
@@ -58,7 +58,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
5858 make CC=${cc} GOARCH=${TARGETARCH} PREFIX=/artifacts cmds
5959
6060# Construct production image (arch: TARGETPLATFORM, set via --platform).
61- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubi9
61+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubi9
6262
6363ENV NVIDIA_DISABLE_REQUIRE="true"
6464ENV NVIDIA_VISIBLE_DEVICES=all
You can’t perform that action at this time.
0 commit comments