We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e5c6f commit ea758f6Copy full SHA for ea758f6
pyproject.toml
@@ -8,11 +8,12 @@ build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
environment = { cuda="12.9", temp="/tmp/cuda-temp" }
11
+manylinux-x86_64-image = "manylinux_2_31"
12
+manylinux-i686-image = "manylinux_2_31"
13
xbuild-tools = ["cmake", "ninja"]
14
15
[tool.cibuildwheel.linux]
16
before-all = [
- "dnf install redhat-lsb-core -y",
17
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
18
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
19
]
0 commit comments