You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" docker run --rm kaczmarj/neurodocker:v0.4.0 generate [docker|singularity] --help\n",
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.
The text was updated successfully, but these errors were encountered:
nipype_tutorial/notebooks/introduction_neurodocker.ipynb
Line 25 in f11c9c7
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.The text was updated successfully, but these errors were encountered: