Skip to content

Commit

Permalink
Fix cuda 121 build image (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
clackhan authored Dec 12, 2024
1 parent bc7ee78 commit 362d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ target-version = ["py38"]

[tool.cibuildwheel]
manylinux-aarch64-image = "manylinux_2_28"
manylinux-x86_64-image = "sameli/manylinux_2_28_x86_64_cuda_12.3"
manylinux-x86_64-image = "clack2024/manylinux_2_28_x86_64_cuda_12.3"

[tool.cibuildwheel.linux]
build = "cp38-* cp39-* cp310-* cp311-* cp312-*"
Expand Down

0 comments on commit 362d56c

Please sign in to comment.