monicaycli / purdue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Purdue Container

Built with neurodocker

Base Image

  • neurodebian:jessie

Additional Software Installed

Important Directories, Files, and Variables

  • FREESURFER_HOME="/usr/local/freesurfer"
  • $FREESURFER_HOME/license.txt
    • This is an empty file that you need to mount/bind your actual license to
  • FSLDIR="/usr/local/fsl"
  • /scratch
  • /work
  • /apps
  • /apps2
  • /neurodocker/startup.sh
  • /singularity

General Info

  • This Docker image is readily compatible to Singularity, such that the "runscript" (/singularity) is available and identical to the Docker entrypoint (/neurodocker/startup.sh)
  • The file system structure is optimized to work with common high-performance computing clusters (e.g., the /scratch directory)
  • By default, running the container launches /bin/bash if no additional argument is provided

About


Languages

Language:Dockerfile 83.6%Language:Shell 16.4%