eduardwisernig/testSingularity:latest
$ singularity pull shub://eduardwisernig/testSingularity:latest
Singularity Recipe
Bootstrap:docker
From:ubuntu:latest
%labels
MAINTAINER Eduard Wisernig and Joe Melton, ECCC
%environment
BASE_DIR=/code
export BASE_DIR
%runscript
echo "Congratulations! You got the container running!"
cd /code/testSingularity
bin/testSingularity
%post
mkdir -p /code
cd /code
apt update
apt install vim make libnetcdff-dev git gfortran netcdf-bin nano -y -f -m
git clone https://github.com/eduardwisernig/testSingularity.git
cd testSingularity
mkdir bin
make
cd ..
chmod -R 777 testSingularity
Collection
- Name: eduardwisernig/testSingularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/eduardwisernig-testSingularity-latest |
collection name | eduardwisernig/testSingularity |
branch | master |
tag | latest |
commit | b863cb2f750f22599d2b621cfd37a5a75b5bbff6 |
version (container hash) | b045fc94ff564a82dd11e31fd7a1f291 |
build date | 2017-12-19T06:40:02.597Z |
size (MB) | 600 |
size (bytes) | 196730911 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.