davidhin/singularity-example:latest
$ singularity pull shub://davidhin/singularity-example:latest
Singularity Recipe
Bootstrap:docker
From:ufoym/deepo:pytorch-cu102
%labels
MAINTAINER admin
WHATAMI admin
%files
cli.sh /cli.sh
requirements.txt /requirements.txt
%runscript
exec /bin/bash /cli.sh "$@"
%post
chmod u+x /cli.sh
# Install dependencies here
apt update
apt install -y build-essential
pip install -r /requirements.txt
Collection
- Name: davidhin/singularity-example
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/davidhin-singularity-example-latest |
collection name | davidhin/singularity-example |
branch | main |
tag | latest |
commit | 93457c891707952e396a817d214722a142fb53d1 |
version (container hash) | fa23b6d6979b3d66fbb216f13cb330a3 |
build date | 2021-03-15T01:16:10.326Z |
size (MB) | 7981.0 |
size (bytes) | 4532129823 |
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.