Skip to content

Commit

Permalink
Ensure we have correct glibc version for linking to cudart in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Dec 30, 2022
1 parent 63ce954 commit 1091830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,22 @@ dependencies:
packages:
- cudatoolkit=11.2
- gcc<11.0.0
- sysroot_linux-64==2.17
- matrix:
cuda: "11.4"
packages:
- cudatoolkit=11.4
- sysroot_linux-64==2.17
- matrix:
cuda: "11.5"
packages:
- cudatoolkit=11.5
- sysroot_linux-64==2.17
- matrix:
cuda: "11.6"
packages:
- cudatoolkit=11.6
- sysroot_linux-64==2.17
test:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit 1091830

Please sign in to comment.