Skip to content

Commit ea758f6

Browse files
test 08
1 parent 51e5c6f commit ea758f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
1010
environment = { cuda="12.9", temp="/tmp/cuda-temp" }
11+
manylinux-x86_64-image = "manylinux_2_31"
12+
manylinux-i686-image = "manylinux_2_31"
1113
xbuild-tools = ["cmake", "ninja"]
1214

1315
[tool.cibuildwheel.linux]
1416
before-all = [
15-
"dnf install redhat-lsb-core -y",
1617
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
1718
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
1819
]

0 commit comments

Comments
 (0)