File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ jobs:
89
89
- name : pull base image
90
90
id : cuda_ubuntu_pull
91
91
run : |
92
- docker pull nvidia/cuda:11.4.2 -devel-ubuntu22.04
92
+ docker pull nvidia/cuda:11.8.0 -devel-ubuntu22.04
93
93
docker pull ubuntu:22.04
94
94
- name : run if cuda_ubuntu_pull failed
95
95
if : failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
96
96
run : |
97
- docker pull nvidia/cuda:11.4.2 -devel-ubuntu22.04
97
+ docker pull nvidia/cuda:11.8.0 -devel-ubuntu22.04
98
98
docker pull ubuntu:22.04
99
99
- name : build ffmpeg
100
100
run : |
Original file line number Diff line number Diff line change 1
- ARG VER=20 .04
1
+ ARG VER=22 .04
2
2
3
- FROM nvidia/cuda:11.4.2 -devel-ubuntu${VER} AS build
3
+ FROM nvidia/cuda:11.8.0 -devel-ubuntu${VER} AS build
4
4
5
5
ENV DEBIAN_FRONTEND noninteractive
6
6
ENV NVIDIA_VISIBLE_DEVICES all
You can’t perform that action at this time.
0 commit comments