Skip to content

Instantly share code, notes, and snippets.

@meisa233
Created September 24, 2025 09:56
Show Gist options
  • Select an option

  • Save meisa233/0db73788dc07832d36f8a8d0674172f1 to your computer and use it in GitHub Desktop.

Select an option

Save meisa233/0db73788dc07832d36f8a8d0674172f1 to your computer and use it in GitHub Desktop.
[root@ai-03 extract_keywords]# sudo yum install -y gcc gcc-c++ make cmake git wget
Repository libnvidia-container is listed more than once in the configuration
Repository libnvidia-container-experimental is listed more than once in the configuration
nvidia-container-runtime                        0.0  B/s |   0  B     00:01    
Errors during downloading metadata for repository 'nvidia-container-runtime':
  - Curl error (35): SSL connect error for https://nvidia.github.io/nvidia-container-runtime/stable/centos8/aarch64/repodata/repomd.xml [OpenSSL SSL_connect: Connection reset by peer in connection to nvidia.github.io:443 ]
Error: Failed to download metadata for repo 'nvidia-container-runtime': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

解决方法

sudo yum install -y gcc gcc-c++ make cmake git wget --disablerepo=nvidia*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment