nipype_tutorial
nipype_tutorial copied to clipboard
Error in Neurodocker tutorial - docker version command
https://github.com/miykael/nipype_tutorial/blob/f11c9c7b8e7a1983918f1d517ec9cf3dfcb78236/notebooks/introduction_neurodocker.ipynb#L25
This line gives an error:
Unable to find image 'kaczmarj/neurodocker:v0.4.0' locally docker: Error response from daemon: manifest for kaczmarj/neurodocker:v0.4.0 not found: manifest unknown: manifest unknown.
I think it should be
docker run --rm kaczmarj/neurodocker:0.4.0 generate [docker|singularity] --help
removing the v before the version number.