UPPMAX/offline-uppmax-env:latest
$ singularity pull shub://UPPMAX/offline-uppmax-env:latest
Singularity Recipe
Bootstrap: docker
From: uppmax/offline-uppmax-env:latest
%files
# copy the software package files into the container
packages/*.package.tar.gz /
%post
cat /etc/bashrc.module_env >> /.singularity.d/env/99-module_env.sh
for f in *.package.tar.gz; do tar xzvf "$f" || echo "No packages to unpack, continuing." ; rm -f "$f"; done
Collection
- Name: UPPMAX/offline-uppmax-env
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/UPPMAX-offline-uppmax-env-latest |
collection name | UPPMAX/offline-uppmax-env |
branch | master |
tag | latest |
commit | 392557c169a61cb00e71db11cc09f349d9e2f436 |
version (container hash) | 4a9c12d89e80a14b2c49021e0a200a4a |
build date | 2020-10-15T10:16:16.439Z |
size (MB) | 4964.0 |
size (bytes) | 1778905119 |
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.