/dockerfile-templates

Dockerfile templates commonly used in BIDS Apps

Primary LanguageDockerfileApache License 2.0Apache-2.0

Collection of Dockerfiles with popular neuroimaging software

The neuroimaging software currently supported are:

You can also use the Docker images directly by base your docker recipe on one of them. For example

FROM bids/base_fsl

These Dockerfiles are designed in a way that also makes them easy to combine. If you for example want to use both FSL and AFNI you can copy and paste content of one Dockerfile into another.