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 7802c22 commit 51e5c6fCopy full SHA for 51e5c6f
pyproject.toml
@@ -7,12 +7,13 @@ requires = [
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
+environment = { cuda="12.9", temp="/tmp/cuda-temp" }
11
xbuild-tools = ["cmake", "ninja"]
12
13
[tool.cibuildwheel.linux]
14
before-all = [
15
"dnf install redhat-lsb-core -y",
16
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
- "{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh --cuda=12.9 --temp=/tmp/cuda-temp"
17
+ "{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
18
]
19
0 commit comments