File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
ARG GOLANG_VERSION=x.x.x
16
16
17
- FROM nvidia/cuda:12.8.1 -base-ubuntu20.04
17
+ FROM nvidia/cuda:12.9.0 -base-ubuntu20.04
18
18
19
19
ARG ARTIFACTS_ROOT
20
20
COPY ${ARTIFACTS_ROOT} /artifacts/packages/
Original file line number Diff line number Diff line change 15
15
ARG GOLANG_VERSION=x.x.x
16
16
ARG VERSION="N/A"
17
17
18
- FROM nvidia/cuda:12.8.1 -base-ubi8 as build
18
+ FROM nvidia/cuda:12.9.0 -base-ubi8 as build
19
19
20
20
RUN yum install -y \
21
21
wget make git gcc \
@@ -48,7 +48,7 @@ COPY . .
48
48
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
49
49
50
50
51
- FROM nvidia/cuda:12.8.1 -base-ubi8
51
+ FROM nvidia/cuda:12.9.0 -base-ubi8
52
52
53
53
ENV NVIDIA_DISABLE_REQUIRE="true"
54
54
ENV NVIDIA_VISIBLE_DEVICES=void
Original file line number Diff line number Diff line change 15
15
ARG GOLANG_VERSION=x.x.x
16
16
ARG VERSION="N/A"
17
17
18
- FROM nvidia/cuda:12.8.1 -base-ubuntu20.04 as build
18
+ FROM nvidia/cuda:12.9.0 -base-ubuntu20.04 as build
19
19
20
20
RUN apt-get update && \
21
21
apt-get install -y wget make git gcc \
@@ -47,7 +47,7 @@ COPY . .
47
47
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
48
48
49
49
50
- FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04
50
+ FROM nvcr.io/nvidia/cuda:12.9.0 -base-ubuntu20.04
51
51
52
52
# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
53
53
RUN rm -f /etc/apt/sources.list.d/cuda.list
You can’t perform that action at this time.
0 commit comments