File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515ARG GOLANG_VERSION=x.x.x
1616
17- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04
17+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubuntu20.04
1818
1919ARG ARTIFACTS_ROOT
2020COPY ${ARTIFACTS_ROOT} /artifacts/packages/
Original file line number Diff line number Diff line change 1515ARG GOLANG_VERSION=x.x.x
1616ARG VERSION="N/A"
1717
18- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubi8 AS build
18+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubi8 AS build
1919
2020RUN yum install -y \
2121 wget make git gcc \
@@ -47,7 +47,7 @@ ARG VERSION="N/A"
4747ARG GIT_COMMIT="unknown"
4848RUN make PREFIX=/artifacts cmd-nvidia-ctk-installer
4949
50- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubi8
50+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubi8
5151
5252ENV NVIDIA_DISABLE_REQUIRE="true"
5353ENV NVIDIA_VISIBLE_DEVICES=void
Original file line number Diff line number Diff line change 1515ARG GOLANG_VERSION=x.x.x
1616ARG VERSION="N/A"
1717
18- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04 AS build
18+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubuntu20.04 AS build
1919
2020RUN apt-get update && \
2121 apt-get install -y wget make git gcc \
@@ -46,7 +46,7 @@ ARG VERSION="N/A"
4646ARG GIT_COMMIT="unknown"
4747RUN make PREFIX=/artifacts cmd-nvidia-ctk-installer
4848
49- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04
49+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubuntu20.04
5050
5151# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
5252RUN rm -f /etc/apt/sources.list.d/cuda.list
You can’t perform that action at this time.
0 commit comments