Skip to content

Commit

Permalink
Bump nvidia/cuda
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 11.7.0-devel-ubuntu20.04 to 12.5.0-devel-ubuntu20.04.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent b4be5dc commit f8f246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN \

###############################
# Build the FFmpeg-build image.
FROM nvidia/cuda:11.7.0-devel-ubuntu20.04 as build-ffmpeg
FROM nvidia/cuda:12.5.0-devel-ubuntu20.04 as build-ffmpeg

ENV DEBIAN_FRONTEND=noninteractive
ARG FFMPEG_VERSION
Expand Down Expand Up @@ -140,7 +140,7 @@ RUN rm -rf /var/cache/* /tmp/*

##########################
# Build the release image.
FROM nvidia/cuda:11.7.0-devel-ubuntu20.04
FROM nvidia/cuda:12.5.0-devel-ubuntu20.04
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit f8f246a

Please sign in to comment.