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 44741f8 + bae8b4d commit 27c9940Copy full SHA for 27c9940
deployments/container/Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG GOLANG_VERSION=1.23.1
16
# We use an ubuntu20.04 base image to allow for a more efficient multi-arch builds.
17
-FROM --platform=${BUILDOS}/amd64 nvcr.io/nvidia/cuda:12.3.2-base-ubuntu20.04 AS build
+FROM --platform=${BUILDOS}/amd64 nvcr.io/nvidia/cuda:12.8.0-base-ubuntu20.04 AS build
18
19
RUN apt-get update && \
20
apt-get install -y wget make git gcc-aarch64-linux-gnu gcc \
@@ -43,7 +43,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
43
fi && \
44
make CC=${cc} GOARCH=${TARGETARCH} PREFIX=/artifacts cmds
45
46
-FROM nvcr.io/nvidia/cuda:12.3.2-base-ubi9
+FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
47
48
ENV NVIDIA_DISABLE_REQUIRE="true"
49
ENV NVIDIA_VISIBLE_DEVICES=all
0 commit comments