Skip to content

Commit 1210abc

Browse files
authored
Remove cuda102 and cuda115 docker builds and regenerate manylinux docker (#1173)
* Rebuild manywheel * Remove cuda102 and cuda115
1 parent 391d15b commit 1210abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-manywheel-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-18.04
2929
strategy:
3030
matrix:
31-
cuda_version: ["11.7", "11.6", "11.5", "11.3", "10.2"]
31+
cuda_version: ["11.7", "11.6", "11.3"]
3232
env:
3333
GPU_ARCH_TYPE: cuda
3434
GPU_ARCH_VERSION: ${{ matrix.cuda_version }}

0 commit comments

Comments
 (0)