@@ -21,13 +21,14 @@ jobs:
21
21
python_version : ["2.7", "3.6", "3.7", "3.8", "3.9"]
22
22
opencv_version : ["4.10.0"]
23
23
device : ["cpu", "gpu"]
24
+ cuda_version : ["11.8.0"]
24
25
include :
25
26
- { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "cpu" }
26
- - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "gpu" }
27
+ - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
27
28
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" }
28
- - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "gpu" }
29
- - { ubuntu_version: "24 .04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
30
- - { ubuntu_version: "24 .04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu" }
29
+ - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
30
+ - { ubuntu_version: "22 .04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
31
+ - { ubuntu_version: "22 .04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0 " }
31
32
steps :
32
33
- name : Checkout
33
34
uses : actions/checkout@v4
47
48
UBUNTU_VERSION=${{ matrix.ubuntu_version }}
48
49
PYTHON_VERSION=${{ matrix.python_version }}
49
50
OPENCV_VERSION=${{ matrix.opencv_version }}
51
+ CUDA_VERSION=${{ matrix.cuda_version }}
50
52
file : ${{ matrix.device }}/Dockerfile
51
53
# publish master
52
54
push : ${{ github.ref == 'refs/heads/master' }}
0 commit comments