File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Original file line number Diff line number Diff line change @@ -103,30 +103,6 @@ jobs:
103
103
run : |
104
104
docker run --rm ffmpeg:cuda-ubuntu -buildconf
105
105
106
- build-cuda-centos-docker :
107
- name : build in centos docker with cuda
108
- runs-on : ubuntu-20.04
109
- steps :
110
- - name : Checkout code
111
- uses : actions/checkout@v2
112
-
113
- - name : pull base image
114
- id : cuda_centos_pull
115
- run : |
116
- docker pull nvidia/cuda:11.4.2-devel-centos8
117
- docker pull centos:8
118
- - name : run if cuda_centos_pull failed
119
- if : failure() && steps.cuda_centos_pull.outcome == 'failure'
120
- run : |
121
- docker pull nvidia/cuda:11.4.2-devel-centos8
122
- docker pull centos:8
123
- - name : build ffmpeg
124
- run : |
125
- docker build -t ffmpeg:cuda-centos -f cuda-centos.dockerfile .
126
- - name : test run ffmepg
127
- run : |
128
- docker run --rm ffmpeg:cuda-centos -buildconf
129
-
130
106
build-full-static :
131
107
name : full static build in docker
132
108
runs-on : ubuntu-20.04
@@ -147,4 +123,4 @@ jobs:
147
123
docker build -t ffmpeg:cuda-static -f full-static.dockerfile .
148
124
- name : test run ffmepg
149
125
run : |
150
- docker run --rm ffmpeg:cuda-static -buildconf
126
+ docker run --rm ffmpeg:cuda-static -buildconf
You can’t perform that action at this time.
0 commit comments