You can check the status of the build of the Docker images
for several of the neuroimaging software packages that are supported by Neurodocker
on this page. This may help with identifying base images that work well for your
use case.
Installation
Use the Neurodocker Docker image (recommended):
docker run --rm repronim/neurodocker:latest --help
Before committing changes, initialize pre-commit with pre-commit install. This will format code with each commit to keep the style consistent. Neurodocker uses ruff for formatting.
Neurodocker
Neurodocker is a command-line program that generates custom Dockerfiles and Singularity recipes for neuroimaging and minifies existing containers.
Please see our website https://www.repronim.org/neurodocker for more information.
See our list of supported software
Build status
You can check the status of the build of the Docker images for several of the neuroimaging software packages that are supported by Neurodocker on this page. This may help with identifying base images that work well for your use case.
Installation
Use the Neurodocker Docker image (recommended):
The Docker images were moved to repronim/neurodocker from kaczmarj/neurodocker.
This project can also be installed with
pip:If the
pip installcommand above gives a permissions error, install as a non-root user:Note: it is not yet possible to minimize Docker containers using the Neurodocker Docker image.
Developer installation
Clone the repository and install in editable mode.
Before committing changes, initialize
pre-commitwithpre-commit install. This will format code with each commit to keep the style consistent. Neurodocker usesrufffor formatting.