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
To pull an image, the specific version tag must be specified in order to pull the images ... unstable points to the most recent developmental change
But running docker pull nipreps/nibabies:unstable
Pulls an image that was last updated 2 months ago. As a result, using the development version of Nibabies with the unstable Docker tag will immediately fail with an import error.
Traceback (most recent call last): File "/opt/conda/envs/nibabies/bin/nibabies", line 8, in <module> sys.exit(main()) File "/opt/conda/envs/nibabies/lib/python3.10/site-packages/nibabies/cli/run.py", line 62, in main retval = build_workflow(config_file) File "/opt/conda/envs/nibabies/lib/python3.10/site-packages/nibabies/cli/workflow.py", line 19, in build_workflow from ..reports.core import generate_reports File "/opt/conda/envs/nibabies/lib/python3.10/site-packages/nibabies/reports/core.py", line 5, in <module> from nibabies.data import load as load_data File "/opt/conda/envs/nibabies/lib/python3.10/site-packages/nibabies/data/__init__.py", line 1, in <module> from acres import Loader
A workaround is to specify the version number (24.0.0rc0) in the docker run command, raising the question: Does the documentation need to be corrected, or does the unstable nibabies docker image need to be updated?
The text was updated successfully, but these errors were encountered:
The documentation says:
But running
docker pull nipreps/nibabies:unstable
Pulls an image that was last updated 2 months ago. As a result, using the development version of Nibabies with the unstable Docker tag will immediately fail with an import error.
Sample command
Stack Trace
A workaround is to specify the version number (24.0.0rc0) in the docker run command, raising the question: Does the documentation need to be corrected, or does the
unstable
nibabies docker image need to be updated?The text was updated successfully, but these errors were encountered: