Skip to content

Commit d4ede35

Browse files
authored
Merge pull request #345 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/cuda-12.9.0-base-ubi9
Bump nvidia/cuda from 12.8.1-base-ubi9 to 12.9.0-base-ubi9 in /deployments/container
2 parents 5a36b01 + e07e856 commit d4ede35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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).
1919
ARG 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

6363
ENV NVIDIA_DISABLE_REQUIRE="true"
6464
ENV NVIDIA_VISIBLE_DEVICES=all

0 commit comments

Comments
 (0)