jormelton/containerCLASSIC:latest

$ singularity pull shub://jormelton/containerCLASSIC:latest

Singularity Recipe

Bootstrap:docker
From:ubuntu:latest

%labels
MAINTAINER Joe Melton, ECCC

%environment
BASE_DIR=/code
export BASE_DIR

%runscript
cd /code/classctem
echo "The container is running!"

%post
mkdir -p /code
cd /code
apt update
apt install vim make libnetcdff-dev git gfortran netcdf-bin nano zlib1g mpich doxygen -y -f -m

Collection


View on Datalad

Metrics

key value
id /containers/jormelton-containerCLASSIC-latest
collection name jormelton/containerCLASSIC
branch master
tag latest
commit 87ae59a73e49a68bb188c3fab1a49894a816452b
version (container hash) bcd16e17f9ed8d38afd7b16ba0728215
build date 2019-11-05T23:17:20.591Z
size (MB) 634
size (bytes) 233447455
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.