Open DanNBullock opened 2 years ago
yum
usage
RUN yum install -y epel-release && yum install -y tcsh jq libXext libXt bc libgomp perl bc
RUN yum install -y ImageMagick #for qatools.sh
apt-get
usage
RUN apt-get install -y git g++ python python-numpy libeigen3-dev zlib1g-dev qt5-default
pip
usage
RUN pip install numpy
RUN pip install nibabel scikit-image
Extend functionality to find and parse Dockerfiles.