shahzebsiddiqui/eb-singularity:centos-7.4.1708

$ singularity pull shub://shahzebsiddiqui/eb-singularity:centos-7.4.1708

Singularity Recipe

Bootstrap: docker
From: centos:7.4.1708

%help
EasyBuild is a software build and installation framework
written in Python that allows you to install software in a structured,
repeatable and robust way.

%post
     yum update -y
     yum groupinstall -y "Development Tools"
     yum install -y which wget
     yum install -y epel-release
     yum install -y python-pip python-devel  Lmod

     # need this for --package to work to generate RPM
     # yum install ruby ruby-devel rubygems -y &&
     # gem install fpm &&

     pip install --upgrade pip
     pip install setuptools
     pip install easybuild

     # need this for git integration with eb
     #pip install GitPython python-graph-dot graphviz keyring keyrings.alt

     mkdir -p /app/modules/
     mkdir -p /app/software
     mkdir -p /scratch/tmp
     useradd easybuild
     chown easybuild:easybuild -R /app
     chown easybuild:easybuild -R /scratch

%labels
MAINTAINER  Shahzeb Siddiqui

Collection


View on Datalad

Metrics

key value
id /containers/shahzebsiddiqui-eb-singularity-centos-7.4.1708
collection name shahzebsiddiqui/eb-singularity
branch eb_images
tag centos-7.4.1708
commit 1014270887f18faf75574eda57369b91a7b97a3a
version (container hash) fa5012f4615c2a2b34e2d30c915f8f6a
build date 2018-02-15T11:57:05.815Z
size (MB) 718
size (bytes) 226074655
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.