We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc080 commit 5a54962Copy full SHA for 5a54962
Dockerfile.cuda
@@ -58,7 +58,7 @@ RUN \
58
59
###############################
60
# Build the FFmpeg-build image.
61
-FROM nvidia/cuda:11.6.0-devel-ubuntu20.04 as build-ffmpeg
+FROM nvidia/cuda:11.7.0-devel-ubuntu20.04 as build-ffmpeg
62
63
ENV DEBIAN_FRONTEND=noninteractive
64
ARG FFMPEG_VERSION
@@ -140,7 +140,7 @@ RUN rm -rf /var/cache/* /tmp/*
140
141
##########################
142
# Build the release image.
143
-FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
+FROM nvidia/cuda:11.7.0-devel-ubuntu20.04
144
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
145
146
0 commit comments