This dockerfile will create a FSL (v5.0) docker image that executes bet2
To build the image, either download the files from this repo or clone the repo:
git clone https://github.com/vistalab/docker
cd docker/fsl/bet
./build.sh
To run bet2 from this image you can do the following:
docker run --rm -ti \
-v </path/to/input/data>:/input \
-v </path/to/output>:/output \
vistalab/bet /input/<t1_file.nii.gz> /output/bet2_
-v flag) which contains your data in the container at /input and mounting the directory where you want your output data within the container at /output. You may wish to mount a single diretory and use it for both input and output.ENTRYPOINT is configured to be bet2, thus only the input arguments need be specified.Content type
Image
Digest
sha256:fc9d816cc…
Size
337.4 MB
Last updated
almost 9 years ago
docker pull vistalab/bet