From b24d4276ac134e4161a9f7874956439d2ebc8195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:46:38 +0200 Subject: [PATCH] Update nvidia/cuda Docker tag to v13.2.1 (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8759ec..4803cd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o compressor ./cmd/compressor # Runtime stage with CUDA support -FROM nvidia/cuda:13.0.1-runtime-ubuntu22.04 +FROM nvidia/cuda:13.2.1-runtime-ubuntu22.04 # Install ffmpeg and ca-certificates RUN apt-get update && apt-get install -y ffmpeg ca-certificates && rm -rf /var/lib/apt/lists/* -- 2.51.2