timo-singularity/rivet:latest

$ singularity pull shub://timo-singularity/rivet:latest

Singularity Recipe

#Bootstrap: library
#From: centos:8
Bootstrap: docker
From: centos:8

%help

  Base container with Rivet

%environment
  
  . /usr/local/rivetenv.sh

%post
  
  yum -y update
  yum -y install python3 python3-devel python3-pip
  ln -fs /usr/bin/python3 /usr/bin/python
  yum -y install wget zlib-devel
  yum -y groupinstall 'Development Tools'
  yum -y install gcc-gfortran cmake

  wget https://gitlab.com/hepcedar/rivetbootstrap/raw/3.1.0/rivet-bootstrap
  chmod +x rivet-bootstrap
  INSTALL_PREFIX=/usr/local ./rivet-bootstrap

  ldconfig
  yum clean all

Collection


View on Datalad

Metrics

key value
id /containers/timo-singularity-rivet-latest
collection name timo-singularity/rivet
branch master
tag latest
commit 2cdf34808654d4f843bd7b5dcd7be7daec2e4743
version (container hash) 6a37bb5953d19a96880517f7b9b89bb4
build date 2021-03-30T12:26:52.598Z
size (MB) 1965.0
size (bytes) 514953247
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.