This dockerfile will create a FSL (v5.0) docker image that executes fast
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/fast
./build.sh
To run fast from this image you can do the following:
docker run --rm -ti \
-v </path/to/input/data>:/input \
-v </path/to/output>:/output \
vistalab/fast -v --out=/output/<out_base_name> /input/<t1_file.nii.gz>
-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 fast, thus only the input arguments need be specified.Content type
Image
Digest
sha256:a50cdc0ea…
Size
360.1 MB
Last updated
almost 9 years ago
docker pull vistalab/fast