Skip to content

Commit 5659d05

Browse files
authored
Update prepare_build_environment_linux.sh
1 parent 1938264 commit 5659d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tools/prepare_build_environment_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [ "$CIBW_ARCHS" == "aarch64" ]; then
2020

2121
else
2222
# Install CUDA 12.2:
23+
dnf install -y dnf-utils
2324
yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
2425
# error mirrorlist.centos.org doesn't exists anymore.
2526
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo

0 commit comments

Comments
 (0)