0

I correctly install docker and test it. i pull some of images using

docker pull imagename

but i am having problem while pulling caffe image.

i used the command

'docker pull bvlc/caffe'

and i get the following error:

Error response from daemon: manifest for bvlc/caffe:latest not found

Please note that docker pull Ubuntu is working and Ubuntu image is on my system.

1 Answer 1

1

You should use this command:

docker pull bvlc/caffe:cpu

Refer to this official readme link

Hop this help!

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .