We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fa80a commit b856782Copy full SHA for b856782
1 file changed
backend/cuda/cibuildwheel.toml
@@ -7,9 +7,9 @@ repair-wheel-command = ""
7
8
[tool.cibuildwheel.linux]
9
before-all = [
10
- "dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
11
- "dnf search cuda-toolkit*",
12
- "dnf install -y cuda-toolkit-12-6"
+ "yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
+ "yum search cuda-toolkit*",
+ "yum install -y cuda-toolkit-12-6"
13
]
14
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }
15
0 commit comments