Skip to content

Commit 5a54962

Browse files
Bump nvidia/cuda (#131)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4cc080 commit 5a54962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.cuda

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN \
5858

5959
###############################
6060
# Build the FFmpeg-build image.
61-
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04 as build-ffmpeg
61+
FROM nvidia/cuda:11.7.0-devel-ubuntu20.04 as build-ffmpeg
6262

6363
ENV DEBIAN_FRONTEND=noninteractive
6464
ARG FFMPEG_VERSION
@@ -140,7 +140,7 @@ RUN rm -rf /var/cache/* /tmp/*
140140

141141
##########################
142142
# Build the release image.
143-
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
143+
FROM nvidia/cuda:11.7.0-devel-ubuntu20.04
144144
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
145145

146146
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)