From c0335f0e08e8083deb5a8f4d5bc8a2c29732503d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 May 2026 12:02:35 +0000 Subject: [PATCH] chore(deps): update nvidia/cuda docker tag to v13 --- worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/Dockerfile b/worker/Dockerfile index 1e5e940..9905ea3 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:13.2.1-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