Skip to content

Commit 23ae73f

Browse files
committed
Create manylinux 2.28 cuda 12.6 image
Add a version of the manylinux 2.28 image with cuda 12.6. Once this is done, cuda 12.6 can be enable for the new magma non-conda distribution provided by #139888 Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 6ed237e commit 23ae73f

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
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: "${{ needs.get-label-type.outputs.label-type }}linux.9xlarge.ephemeral"
9595
strategy:
9696
matrix:
97-
cuda_version: ["12.4", "12.1", "11.8"]
97+
cuda_version: ["12.6", "12.4", "12.1", "11.8"]
9898
env:
9999
GPU_ARCH_TYPE: cuda-manylinux_2_28
100100
GPU_ARCH_VERSION: ${{ matrix.cuda_version }}

0 commit comments

Comments
 (0)