Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cibuildwheel issue "Could not resolve host: mirrorlist.centos.org…
…; Unknown error" Summary: # context * there is a recent error in the "Build Dynamic Embedding Wheels" test ``` + sh -c 'env CUDA_VERSION=11.8 contrib/dynamic_embedding/tools/before_linux_build.sh' + distro=rhel7 + arch=x86_64 + CUDA_VERSION=11.8 ++ echo 11.8 ++ tr . ' ' ++ awk '{print $1}' + CUDA_MAJOR_VERSION=11 ++ echo 11.8 ++ tr . ' ' ++ awk '{print $2}' + CUDA_MINOR_VERSION=8 + yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo Loaded plugins: fastestmirror, ovl adding repo from: https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo grabbing file https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo to /etc/yum.repos.d/cuda-rhel7.repo repo saved to /etc/yum.repos.d/cuda-rhel7.repo + yum install -y cuda-toolkit-11-8 libcudnn8-devel Loaded plugins: fastestmirror, ovl Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" ``` Differential Revision: D59347488
- Loading branch information