nipreps / smriprep

Structural MRI PREProcessing (sMRIPrep) workflows for NIPreps (NeuroImaging PREProcessing tools)

Home Page:https://nipreps.github.io/smriprep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WRAPPER: docker unable to find image of version 0.11.0

Kellsens opened this issue · comments

Hi all, I'm trying to run the wrapper smriprep-docker and I'm getting the folowing error

Downloading. This may take a while...
Unable to find image 'nipreps/smriprep:0.11.0' locally
docker: Error response from daemon: manifest for nipreps/smriprep:0.11.0 not found: manifest unknown: manifest unknown.

I've checked at the HUB Docker for smriprep and noted that there is not a image for 0.11.0. There is the latest (of course) but I'm afraid that the wrapper points directly to the version image.
Also I've tried to install manually using

docker pull nipreps/smriprep:0.11.0

which throws a error of image not found. Then I tried using

docker pull nipreps/smriprep:latest

that downloads everything, but doesn't fix the problem mentioned above.

I've tried to find some mention about this situation here and I couldn't find it. Can you guys help me with that?
Thank you.

Hmm. Looks like the last couple releases didn't get pushed to DockerHub. But you could try nipreps/smriprep:unstable. smriprep-docker -i nipreps/smriprep:unstable should work.

Thank you a lot @effigies . It worked perfectly.