ISU-HPC/singularity_demo:3.8.6
$ singularity pull shub://ISU-HPC/singularity_demo:3.8.6
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-3.8.6 |
collection name | ISU-HPC/singularity_demo |
branch | master |
tag | 3.8.6 |
commit | 200f8b16e9b904470aa957531b8b36a4b6254bac |
version (container hash) | 87038930cbc7f0527922bb33ff866dbc |
build date | 2019-01-08T21:54:25.323Z |
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.