File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ jobs:
137137 - name : pull base image
138138 id : cuda_ubuntu_pull
139139 run : |
140- docker pull nvidia/cuda:11.4.2 -devel-ubuntu22.04
140+ docker pull nvidia/cuda:11.8.0 -devel-ubuntu22.04
141141 - name : run if cuda_ubuntu_pull failed
142142 if : failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
143143 run : |
144- docker pull nvidia/cuda:11.4.2 -devel-ubuntu22.04
144+ docker pull nvidia/cuda:11.8.0 -devel-ubuntu22.04
145145 - name : build ffmpeg
146146 run : |
147147 docker build -t ffmpeg:cuda-static -f full-static.dockerfile .
Original file line number Diff line number Diff line change 1- FROM ubuntu:22.10 AS build
1+ FROM ubuntu:22.04 AS build
22
33ENV DEBIAN_FRONTEND noninteractive
44ENV NVIDIA_VISIBLE_DEVICES all
You can’t perform that action at this time.
0 commit comments