Docker image of software suite for brain MRI analysis (https://surfer.nmr.mgh.harvard.edu/)
145
This is a minimal FreeSurver image that can perform full recon-all computation.
License should be acquired in order to make the tool operational. For more information please see: FreeSurfer License.
Store acquired license file in a dedicated folder on your local machine (in examples /home/user/license folder is specified).
docker pull alerokhin/freesurfer6
Note the -v option mounting license file folder to /usr/local/freesurfer/license inside a container
docker run -it -v "/home/user/license":"/usr/local/freesurfer/license" alerokhin/freesurfer6 bash
Most likely you'd need to mount more than one volume in order to supply input data and get output data to the host. For example:
docker run -it -v "/home/user/sources":"/usr/local/freesurfer/sources" -v \
"/home/user/freesurfer/license":"/usr/local/freesurfer/license" alerokhin/freesurfer6 bash
The main goal of this image was to make FreeSurfer distribution as small as possible keeping full functionality of recon-all script.
If you are experiencing some issues please send your feedback to: [email protected] .
Content type
Image
Digest
Size
732.6 MB
Last updated
over 6 years ago
docker pull alerokhin/freesurfer6