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 26c2622 commit 9b76759Copy full SHA for 9b76759
pyproject.toml
@@ -11,6 +11,7 @@ xbuild-tools = ["cmake", "ninja"]
11
12
[tool.cibuildwheel.linux]
13
before-all = [
14
+ "dnf install lsb_release -y",
15
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
16
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh --cuda=12.9 --temp=/tmp/cuda-temp"
17
]
0 commit comments