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 e60ac10 commit c896db6Copy full SHA for c896db6
pyproject.toml
@@ -17,8 +17,10 @@ temp = "/tmp/cuda-temp"
17
before-all = [
18
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
19
# "dnf remove gcc-toolset-14\\*",
20
- "dnf -y install redhat-lsb-core wget gcc-toolset-12",
21
- ". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
+ "dnf install -y redhat-lsb-core wget",
+ ". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
22
+ "dnf install -y gcc-toolset-12",
23
+ "scl enable gcc-toolset-12 bash"
24
]
25
xbuild-tools = ["cmake", "ninja"]
26
0 commit comments