From a79251dabf89828523cadb48d735093bada013e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:59:22 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.6.1-base-ubuntu20.04 to 12.6.2-base-ubuntu20.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile.ubi9 | 4 ++-- deployments/container/Dockerfile.ubuntu | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/container/Dockerfile.ubi9 b/deployments/container/Dockerfile.ubi9 index 0803436..04b2f02 100644 --- a/deployments/container/Dockerfile.ubi9 +++ b/deployments/container/Dockerfile.ubi9 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 as build +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as build SHELL ["/bin/bash", "-c"] @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \ github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \ && cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 # Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver RUN dnf remove -y cuda-* diff --git a/deployments/container/Dockerfile.ubuntu b/deployments/container/Dockerfile.ubuntu index c8e5105..b6be81d 100644 --- a/deployments/container/Dockerfile.ubuntu +++ b/deployments/container/Dockerfile.ubuntu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as build +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 as build SHELL ["/bin/bash", "-c"] @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \ github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \ && cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 # Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver RUN apt-get --purge -y autoremove cuda-*