-
Notifications
You must be signed in to change notification settings - Fork 24
Home
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
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 ) .