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 nvidia/cuda:12.6.2 -base-ubuntu20.04
17+ FROM nvidia/cuda:12.6.3 -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 nvidia/cuda:12.6.2 -base-ubi8 as build
18+ FROM nvidia/cuda:12.6.3 -base-ubi8 as build
1919
2020RUN yum install -y \
2121 wget make git gcc \
@@ -48,7 +48,7 @@ COPY . .
4848RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
4949
5050
51- FROM nvidia/cuda:12.6.2 -base-ubi8
51+ FROM nvidia/cuda:12.6.3 -base-ubi8
5252
5353ENV NVIDIA_DISABLE_REQUIRE="true"
5454ENV 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 nvidia/cuda:12.6.2 -base-ubuntu20.04 as build
18+ FROM nvidia/cuda:12.6.3 -base-ubuntu20.04 as build
1919
2020RUN apt-get update && \
2121 apt-get install -y wget make git gcc \
@@ -47,7 +47,7 @@ COPY . .
4747RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...
4848
4949
50- FROM nvcr.io/nvidia/cuda:12.6.2 -base-ubuntu20.04
50+ FROM nvcr.io/nvidia/cuda:12.6.3 -base-ubuntu20.04
5151
5252# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
5353RUN rm -f /etc/apt/sources.list.d/cuda.list
You can’t perform that action at this time.
0 commit comments