MRI tools: ANTs, MRtrix3, FSL, Python3, connectome-workbench
1.9K
Example of how to run your container in the current folder and using gpus:
docker run --gpus all -v "$PWD":"$PWD" -w "$PWD" -it tsantini/image_processing
Example of running and sharing the GUI with the host:
docker run -it --device /dev/dri/ -v /run:/run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -e XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR -v "$PWD":"$PWD" -w "$PWD" tsantini/image_processing
Content type
Image
Digest
sha256:1bd80dd83…
Size
18.4 GB
Last updated
about 3 years ago
docker pull tsantini/image_processing