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

nvidia-docker does not pull missing images #32

Closed
cancan101 opened this issue Jan 11, 2016 · 3 comments
Closed

nvidia-docker does not pull missing images #32

cancan101 opened this issue Jan 11, 2016 · 3 comments

Comments

@cancan101
Copy link

$ nvidia-docker run 4catalyzer/theano nvidia-smi
nvidia-docker | 2016/01/11 13:07:47 Error: No such image or container: 4catalyzer/theano

whereas for regular docker:

$ docker run 4catalyzer/theano nvidia-smi
Unable to find image '4catalyzer/theano:latest' locally
latest: Pulling from 4catalyzer/theano
...
@flx42
Copy link
Member

flx42 commented Jan 11, 2016

Yes, that's a known limitation listed on the wiki:
https://github.com/NVIDIA/nvidia-docker/wiki/Using-nvidia-docker#known-limitations
We will try to find a solution, in the mean time you will have to pull the image manually.

Thank you for reporting the issue, we can keep it open for tracking :)

@flx42
Copy link
Member

flx42 commented Jan 11, 2016

For the record, here is the code in Docker to handle this case with docker run:
https://github.com/docker/docker/blob/2892de760f412360c5effef9cfc346f2d92eaa4c/api/client/create.go#L111-L136

@flx42
Copy link
Member

flx42 commented Jan 12, 2016

Please test the new version! :)

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

No branches or pull requests

2 participants