ISU-HPC/singularity_demo:latest
$ singularity pull shub://ISU-HPC/singularity_demo:latest
Singularity Recipe
Bootstrap: docker
From: continuumio/miniconda3
%runscript
exec /opt/conda/bin/python "$@"
%labels
maintainer ynanyam@iastate.edu
%post
apt-get update && apt-get install -y git
# Dependncies
/opt/conda/bin/conda install -y numpy scikit-learn cython pandas
# Install Singularity Python
cd /opt
git clone https://www.github.com/singularityware/singularity-python
cd singularity-python
/opt/conda/bin/pip install setuptools
/opt/conda/bin/pip install -r requirements.txt
/opt/conda/bin/python setup.py install
Collection
- Name: ISU-HPC/singularity_demo
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/ISU-HPC-singularity_demo-latest |
collection name | ISU-HPC/singularity_demo |
branch | master |
tag | latest |
commit | 4bac8f32fb8973a97a8705e8bba967d13f755337 |
version (container hash) | f67c81dda1bae79000f3f2fe55fd4619 |
build date | 2019-01-08T21:54:25.330Z |
size (MB) | 1750 |
size (bytes) | 809033759 |
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.