ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory

I downloaded cuda 10.0 from the following link CUDA 10.0 Then I installed it using the following commands: sudo dpkg -i cuda-repo-ubuntu1804_10.0.130-1_amd64.deb sudo apt-key adv –fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub sudo apt-get update sudo apt-get install cuda-10-0 I then installed cudnn v7.5.0 for CUDA 10.0 by going to link CUDNN download and you need to logon using an … Read more

tech