Skip to content

Commit

Permalink
Bump nvidia/cuda (#131)
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 11.6.0-devel-ubuntu20.04 to 11.7.0-devel-ubuntu20.04.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
1 parent c4cc080 commit 5a54962
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.6.0-devel-ubuntu20.04 as build-ffmpeg
FROM nvidia/cuda:11.7.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.6.0-devel-ubuntu20.04
FROM nvidia/cuda:11.7.0-devel-ubuntu20.04
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 5a54962

Please sign in to comment.