Skip to content

Commit

Permalink
Merge pull request #820 from NVIDIA/dependabot/docker/deployments/con…
Browse files Browse the repository at this point in the history
…tainer/main/nvidia/cuda-12.6.3-base-ubuntu20.04

Bump nvidia/cuda from 12.6.2-base-ubuntu20.04 to 12.6.3-base-ubuntu20.04 in /deployments/container
  • Loading branch information
elezar authored Dec 3, 2024
2 parents e25c052 + 6e67bb2 commit 484cae2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile.packaging
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG GOLANG_VERSION=x.x.x

FROM nvidia/cuda:12.6.2-base-ubuntu20.04
FROM nvidia/cuda:12.6.3-base-ubuntu20.04

ARG ARTIFACTS_ROOT
COPY ${ARTIFACTS_ROOT} /artifacts/packages/
Expand Down
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG GOLANG_VERSION=x.x.x
ARG VERSION="N/A"

FROM nvidia/cuda:12.6.2-base-ubi8 as build
FROM nvidia/cuda:12.6.3-base-ubi8 as build

RUN yum install -y \
wget make git gcc \
Expand Down Expand Up @@ -48,7 +48,7 @@ COPY . .
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...


FROM nvidia/cuda:12.6.2-base-ubi8
FROM nvidia/cuda:12.6.3-base-ubi8

ENV NVIDIA_DISABLE_REQUIRE="true"
ENV NVIDIA_VISIBLE_DEVICES=void
Expand Down
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG GOLANG_VERSION=x.x.x
ARG VERSION="N/A"

FROM nvidia/cuda:12.6.2-base-ubuntu20.04 as build
FROM nvidia/cuda:12.6.3-base-ubuntu20.04 as build

RUN apt-get update && \
apt-get install -y wget make git gcc \
Expand Down Expand Up @@ -47,7 +47,7 @@ COPY . .
RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" ./tools/...


FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04

# Remove the CUDA repository configurations to avoid issues with rotated GPG keys
RUN rm -f /etc/apt/sources.list.d/cuda.list
Expand Down

0 comments on commit 484cae2

Please sign in to comment.