bids-apps / dockerfile-templates

Dockerfile templates commonly used in BIDS Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dockerfile templates commonly used in BIDS Apps

License:Apache License 2.0


Languages

Language:Dockerfile 92.6%Language:Makefile 7.4%