From 8e56210760ab5a3cf429f193b8b43dc550a5945c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:53:02 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.5.1-base-ubuntu22.04 to 12.6.2-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile.ubi8 | 4 ++-- deployments/container/Dockerfile.ubuntu | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/container/Dockerfile.ubi8 b/deployments/container/Dockerfile.ubi8 index 4e96aa2..a57c859 100644 --- a/deployments/container/Dockerfile.ubi8 +++ b/deployments/container/Dockerfile.ubi8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvidia/cuda:12.5.1-devel-ubi8 AS builder +FROM nvidia/cuda:12.6.2-devel-ubi8 AS builder ARG CUDA_VERSION RUN dnf install -y \ @@ -31,7 +31,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C make build && \ cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME} -FROM nvidia/cuda:12.5.1-base-ubi8 +FROM nvidia/cuda:12.6.2-base-ubi8 ARG SAMPLE_NAME LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample" LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample" diff --git a/deployments/container/Dockerfile.ubuntu b/deployments/container/Dockerfile.ubuntu index 576424f..d5843f9 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 nvidia/cuda:12.5.1-devel-ubuntu22.04 AS builder +FROM nvidia/cuda:12.6.2-devel-ubuntu22.04 AS builder ARG SAMPLE_NAME ENV SAMPLE_NAME ${SAMPLE_NAME} @@ -41,7 +41,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C make build && \ cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME} -FROM nvidia/cuda:12.5.1-base-ubuntu22.04 +FROM nvidia/cuda:12.6.2-base-ubuntu22.04 ARG SAMPLE_NAME LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample" LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"