I am trying to install CuDNN on virtual machine but when I tried to download it using the following command:
wget https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/
10.0_20191031/cudnn-10.0-linux-x64-v7.6.5.32.tgz
I will get this error even when I tried as root:
--2020-07-10 13:03:21-- https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.0_20191 031/cudnn-10.0-linux-x64-v7.6.5.32.tgz Resolving developer.nvidia.com (developer.nvidia.com)... 152.199.16.29 Connecting to developer.nvidia.com (developer.nvidia.com)|152.199.16.29|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2020-07-10 13:03:21 ERROR 403: Forbidden.
do you know how to fix the problem?