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 nvcr.io/nvidia/cuda:12.8.0 -base-ubuntu20.04
17
+ FROM nvcr.io/nvidia/cuda:12.8.1 -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 nvcr.io/nvidia/cuda:12.8.0 -base-ubi8 AS build
18
+ FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubi8 AS build
19
19
20
20
RUN yum install -y \
21
21
wget make git gcc \
@@ -47,7 +47,7 @@ ARG VERSION="N/A"
47
47
ARG GIT_COMMIT="unknown"
48
48
RUN make PREFIX=/artifacts cmd-nvidia-ctk-installer
49
49
50
- FROM nvcr.io/nvidia/cuda:12.8.0 -base-ubi8
50
+ FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubi8
51
51
52
52
ENV NVIDIA_DISABLE_REQUIRE="true"
53
53
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 nvcr.io/nvidia/cuda:12.8.0 -base-ubuntu20.04 AS build
18
+ FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04 AS build
19
19
20
20
RUN apt-get update && \
21
21
apt-get install -y wget make git gcc \
@@ -46,7 +46,7 @@ ARG VERSION="N/A"
46
46
ARG GIT_COMMIT="unknown"
47
47
RUN make PREFIX=/artifacts cmd-nvidia-ctk-installer
48
48
49
- FROM nvcr.io/nvidia/cuda:12.8.0 -base-ubuntu20.04
49
+ FROM nvcr.io/nvidia/cuda:12.8.1 -base-ubuntu20.04
50
50
51
51
# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
52
52
RUN rm -f /etc/apt/sources.list.d/cuda.list
You can’t perform that action at this time.
0 commit comments