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 1938264 commit 5659d05Copy full SHA for 5659d05
python/tools/prepare_build_environment_linux.sh
@@ -20,6 +20,7 @@ if [ "$CIBW_ARCHS" == "aarch64" ]; then
20
21
else
22
# Install CUDA 12.2:
23
+ dnf install -y dnf-utils
24
yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
25
# error mirrorlist.centos.org doesn't exists anymore.
26
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
0 commit comments