From 5d998fb7574e09718285e3f4961ce152045c6506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:43:24 +0000 Subject: [PATCH] chore(deps): bump nvidia/cuda in /server Bumps nvidia/cuda from 12.8.1-base-ubuntu24.04 to 12.9.2-base-ubuntu24.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 12.9.2-base-ubuntu24.04 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/Dockerfile.cuda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile.cuda b/server/Dockerfile.cuda index be134561..ac4f3dea 100644 --- a/server/Dockerfile.cuda +++ b/server/Dockerfile.cuda @@ -96,7 +96,7 @@ FROM ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:d0cd0c4563e046f6ad0c8c27fe782 # ── Stage 3: extract CUDA shared libraries ───────────────────────────────── # Install the CUDA libs here, then COPY individual .so files into the # distroless final stage. None of the apt/dpkg/tar metadata travels. -FROM nvidia/cuda:12.8.1-base-ubuntu24.04 AS cuda-libs +FROM nvidia/cuda:12.9.2-base-ubuntu24.04 AS cuda-libs RUN apt-get update \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends \