SupercomputingWales/singularity_hub:mpb_bionic

$ singularity pull shub://SupercomputingWales/singularity_hub:mpb_bionic

Singularity Recipe

Bootstrap:docker  
From:ubuntu:bionic-20180526

%labels
MAINTAINER Thomas Green

%environment

%runscript
exec /bin/bash /bin/echo "Not supported"

%post
# Create some common mountpoints for systems without overlayfs
mkdir /scratch 
mkdir /software
# Update metadata on packages
apt-get update
# Install repo helper
apt-get install -y software-properties-common
# Run repo helper to install universe
add-apt-repository -y universe
# Install requested applications.
apt-get install -y meep
apt-get install -y meep-mpi-default
apt-get install -y mpb h5utils
apt-get install -y mpb-mpi

Collection


View on Datalad

Metrics

key value
id /containers/SupercomputingWales-singularity_hub-mpb_bionic
collection name SupercomputingWales/singularity_hub
branch master
tag mpb_bionic
commit 65260268c98ae5cf021292b277d1906f7ead1114
version (container hash) 0c68950f7fbe0251e9bbba1315998a76
build date 2018-07-10T16:54:20.993Z
size (MB) 296
size (bytes) 121032735
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.