docker image for nvidia cuda 6.5

Viewed 38

I am trying to install tensorflow with gpu on an old machine with nvidia quadro fx 3800.

I got from the tensorflow web page that installing via docker would be simpler.

But I am having a hard time to find this image

I tryed

docker run --gpus all nvidia/cuda:6.5-base nvidia-smi

but I get

docker: Error response from daemon: manifest for nvidia/cuda:6.5-basr not found: manifest unknown: manifest unknown
0 Answers
Related