Relative Content

Tag Archive for tensorflowcudanvidia

Tensorflow Could not load dynamic library libcudart.so.11.0 even though cuda 11.8 is installed and set on .bashrc

I’m on Debian 12 trying to get a certain app working. It uses a tensorflow version that requires cuda 11. I already have cuda 12.5 installed, so I downloaded the cuda 11.8 run file installer, installed it to /usr/local/cuda-11.8, and changed my ~/.bashrc from using /usr/local/cuda to /usr/local/cuda-11.8. The app with the tensorflow is still saying it can’t find libcudart.so.11.0 and other libraries