floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Home Page:https://www.floydhub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Manifest for floydhub/dl-docker:gpu not found

sbatururimi opened this issue · comments

followed your steps, but after the build, when I came to run it:
$ nvidia-docker run -it -p 8888:8888 -p 6006:6006 -v /media/data1:/root/sharedfolder floydhub/dl-docker:gpu bash
I got
nvidia-docker | 2017/04/12 11:35:25 Error: Error response from daemon: manifest for floydhub/dl-docker:gpu not found

This issue refer to #52 but no clear answer there. Could you update with that?