Hello,
I am installing a new fresh ubuntu18.04 install.
I have 4 RTX 2080Ti and I want to have an up-to-date Tensorflow install.
Consequently, I am using the GPU Tensorflow install code line proposed from Compatibilité avec les GPU | TensorFlow
When I try the following line, ubuntu is not able to locate Cudnn8:
wget https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libnvinfer7_7.1.3-1+cuda11.0_amd64.deb
sudo apt install ./libnvinfer7_7.1.3-1+cuda11.0_amd64.deb
sudo apt-get update
Install development and runtime libraries (~4GB)
sudo apt-get install --no-install-recommends
cuda-11-0
libcudnn8=8.0.4.30-1+cuda11.0
libcudnn8-dev=8.0.4.30-1+cuda11.0
Do you have any advice ?
Thanks