Have downloaded CUDA rpm and working through the instructions from
In the last step, I run into a download problem from your repo:
sudo dnf -y install cuda-toolkit-12-3
Authenticated with cached credentials, your cached password will expire at: Thu 14 Nov 2024 11:11:40 AM EST.
Updating Subscription Management repositories.
cuda-rhel9-x86_64 0.0 B/s | 0 B 02:00
Errors during downloading metadata for repository ‘cuda-rhel9-x86_64’:
- Curl error (28): Timeout was reached for https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/repodata/repomd.xml [Connection timed out after 30000 milliseconds]
Error: Failed to download metadata for repo ‘cuda-rhel9-x86_64’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
What do I need to do to fix this?
Thanks.