Docker image based on ubuntu-vnc with Jupyterlab FSL, ANTs pre-installed for fMRI preprocessing workflows.
Built on top of ghcr.io/maastrichtu-library/ubuntu-vnc:22.04
- FSL 6.0
- ANTs 2.4.3
- Jupyterlab
Once inside the VNC desktop, open a terminal and verify:
# Check FSL
fslinfo
# Check ANTs
antsRegistration --version
EOF