mbhall88/Singularity_recipes:template
$ singularity pull shub://mbhall88/Singularity_recipes:template
Singularity Recipe
Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%post
apt update
apt install -y software-properties-common
apt-add-repository universe
apt update
apt install -y git wget build-essential
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
echo 'export LC_ALL=C.UTF-8' >> "$SINGULARITY_ENVIRONMENT"
echo 'export LANG=C.UTF-8' >> "$SINGULARITY_ENVIRONMENT"
echo "export PATH=/usr/local:/usr/local/bin:$PATH" >> "$SINGULARITY_ENVIRONMENT"
# ================================
# INSTALL <program>
# ================================
Collection
- Name: mbhall88/Singularity_recipes
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/mbhall88-Singularity_recipes-template |
collection name | mbhall88/Singularity_recipes |
branch | master |
tag | template |
commit | 8ee4bdea8783116e87ab373e94524ca3d3aea30b |
version (container hash) | 81d44fa01af649bc6398d61512ebbdf7 |
build date | 2019-09-24T08:53:04.156Z |
size (MB) | 611 |
size (bytes) | 222482463 |
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.