How to install latest cuDNN to conda?

Andriy Rizhiy picture Andriy Rizhiy · Mar 20, 2019 · Viewed 31k times · Source

In conda the latest version of conda is:

cudnn                     7.3.1                cuda10.0_0    anaconda

But i need 7.4.2 for tensorflow-gpu.1.13 How install cuDNN==7.4.2 in conda?

Answer

继越王 picture 继越王 · Oct 12, 2019
  1. conda update --force conda
  2. conda update conda
  3. conda install -c anaconda cudnn
  4. conda list cudnn