DCAN-Labs / BIBSnet

This BIDS App provides the utility of creating a nnU-Net anatomical MRI segmentation and mask with a infant brain trained model. It can easily be included in other processing pipelines and for circumventing JLF within Nibabies.
https://bibsnet.readthedocs.io/en/latest/
Apache License 2.0
4 stars 8 forks source link

Shrink docker build #80

Closed madisoth closed 1 year ago

madisoth commented 1 year ago

Reduce disk space needed for Docker build by:

FSL installation is now downloaded from an MSI S3 bucket (was getting frequent timeouts downloading from Oxford mirror)

Add retry on fail to ANTs download

Accomodate CircleCI build testing by excluding host FS attributes from MSI S3-hosted files (i.e. UID/GID, which must be in the range 0-65535 for CircleCI)

Added config.yml for CircleCI build

Updated model directory contents for tasks 514, 515