Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent 973032f commit 953dc78
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,29 @@ jobs:
cuda_version: ["11.8.0"]
include:
- { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "cpu" }
- { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
- {
ubuntu_version: "22.04",
python_version: "3.10",
opencv_version: "4.10.0",
device: "gpu",
cuda_version: "12.5.0",
}
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" }
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0"}
- {
ubuntu_version: "22.04",
python_version: "3.11",
opencv_version: "4.10.0",
device: "gpu",
cuda_version: "12.5.0",
}
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
- {
ubuntu_version: "22.04",
python_version: "3.12",
opencv_version: "4.10.0",
device: "gpu",
cuda_version: "12.5.0",
}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 953dc78

Please sign in to comment.