Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

cuDNN not loaded when using tensorflow with the runtime image #53

Closed
tboquet opened this issue Feb 22, 2016 · 2 comments
Closed

cuDNN not loaded when using tensorflow with the runtime image #53

tboquet opened this issue Feb 22, 2016 · 2 comments
Labels

Comments

@tboquet
Copy link

tboquet commented Feb 22, 2016

Hi, thank you for this great tool! I have been using the devel images without major problems in containers along with Theano/Tensorflow but the runtime images seem to miss libcudnn.so.

I searched in /usr/local/nvidia but I was not able to find it. Is it missing, located somewhere else or not included?

@flx42
Copy link
Member

flx42 commented Feb 22, 2016

It's at the standard location this time, unlike CUDA. Yes, it's slightly confusing :)

$ docker run -ti nvidia/cuda:7.5-cudnn4-runtime
root@346bd95e208d:/# ldconfig -p | grep cudnn
        libcudnn.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcudnn.so.4

@tboquet
Copy link
Author

tboquet commented Feb 22, 2016

Ok thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants