Skip to content

Commit b856782

Browse files
committed
yum for cuda wheels
1 parent e1fa80a commit b856782

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/cuda/cibuildwheel.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ repair-wheel-command = ""
77

88
[tool.cibuildwheel.linux]
99
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"
10+
"yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
11+
"yum search cuda-toolkit*",
12+
"yum install -y cuda-toolkit-12-6"
1313
]
1414
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }
1515

0 commit comments

Comments
 (0)