diff --git a/backend/cuda/cibuildwheel.toml b/backend/cuda/cibuildwheel.toml index ced222b6..a0e7bed5 100644 --- a/backend/cuda/cibuildwheel.toml +++ b/backend/cuda/cibuildwheel.toml @@ -7,9 +7,8 @@ repair-wheel-command = "" [tool.cibuildwheel.linux] before-all = [ - "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" + "yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo", + "yum install -y --setopt=obsoletes=0 cuda-toolkit-12-6" ] environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }