From d88bc17c54e5bee672fc557fa8ecbbeb1cd4da85 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 May 2026 06:02:09 +0000 Subject: [PATCH] chore(deps): update nvidia/cuda docker tag to v12.9.2 --- worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/Dockerfile b/worker/Dockerfile index 1e5e940..03d7672 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -30,7 +30,7 @@ COPY worker/agent/ ./ RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags="-s -w" \ -o /out/scaleplex-agent ./... -FROM nvidia/cuda:12.6.3-runtime-ubuntu24.04 +FROM nvidia/cuda:12.9.2-runtime-ubuntu24.04 LABEL org.opencontainers.image.source=https://github.com/Varashi/scaleplex LABEL org.opencontainers.image.description="scaleplex worker — scaleplex-ffmpeg + Intel VAAPI + NVIDIA NVENC + Go agent" LABEL org.opencontainers.image.licenses=MIT