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 9b76759 commit 7802c22Copy full SHA for 7802c22
pyproject.toml
@@ -11,7 +11,7 @@ xbuild-tools = ["cmake", "ninja"]
11
12
[tool.cibuildwheel.linux]
13
before-all = [
14
- "dnf install lsb_release -y",
+ "dnf install redhat-lsb-core -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