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 ea490de commit 210056fCopy full SHA for 210056f
pyproject.toml
@@ -16,7 +16,8 @@ xbuild-tools = ["cmake", "ninja"]
16
17
[tool.cibuildwheel.linux]
18
before-all = [
19
- "chmod +x scripts/build-env/manylinux.sh",
20
- "scripts/build-env/manylinux.sh"
+ "chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
+ "dnf -y install redhat-lsb-core wget",
21
+ ". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
22
]
23
xbuild-tools = ["cmake", "ninja"]
0 commit comments