Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 718 Bytes

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.