Skip to content

Commit

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

Bumps nvidia/cuda from 11.1-devel-ubuntu20.04 to 11.6.0-devel-ubuntu20.04.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
...

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] authored Feb 25, 2022
1 parent 2465653 commit c851471
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.1-devel-ubuntu20.04 as build-ffmpeg
FROM nvidia/cuda:11.6.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.1-runtime-ubuntu20.04
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit c851471

Please sign in to comment.