Skip to content
Oscar Esteban edited this page Oct 10, 2019 · 2 revisions

Welcome to the dMRIPrep wiki!

The Google Doc we are using for design discussions - https://docs.google.com/document/d/1d2oAy5umm9FFoxJVusCJNmIajlYNrBssX182jO-2k1o/edit?usp=sharing

Building the docker image

cd dmriprep/
docker build --rm -t nipreps/dmriprep:latest \
             --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
             --build-arg VCS_REF=`git rev-parse --short HEAD` \
             --build-arg VERSION=$( python get_version.py ) .
Clone this wiki locally