shahzebsiddiqui/eb-singularity:centos-7.3.1611

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

Singularity Recipe

Bootstrap: docker
From: centos:7.3.1611

%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.3.1611
collection name shahzebsiddiqui/eb-singularity
branch eb_images
tag centos-7.3.1611
commit 1014270887f18faf75574eda57369b91a7b97a3a
version (container hash) 83d06d05a3dcf4e456431e0006ef695e
build date 2018-02-15T11:57:05.805Z
size (MB) 717
size (bytes) 225603615
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.