chenchen2015/Singularity-jupyter:dl
$ singularity pull shub://chenchen2015/Singularity-jupyter:dl
Singularity Recipe
BootStrap: shub
From: chenchen2015/Singularity-jupyter
%labels
Maintainer Chen Chen (chenchen.bme@gmail.com)
Version v0.1
%environment
conda=/opt/conda/bin/conda
pip=/opt/conda/bin/pip
python3=/opt/conda/bin/python
export conda pip python3
%runscript
echo "Starting notebook..."
echo "Open browser to localhost:8888"
exec /opt/conda/bin/jupyter notebook --notebook-dir=/projects --allow-root --port=8888 --no-browser
%post
# Install additional packages
/opt/conda/bin/conda install -c conda-forge lightgbm scikit-learn seaborn opencv pillow scikit-image tensorflow tqdm -y -q
/opt/conda/bin/conda install -c lukepfister pycuda
/opt/conda/bin/pip install -U imutils -q
# Clean up
/opt/conda/bin/conda clean --all -y --quiet
apt-get autoremove -y
apt-get clean
# create bind points for HPCC environment
mkdir -p /projects
%test
echo "Testing python..."
/opt/conda/bin/python -V
Collection
- Name: chenchen2015/Singularity-jupyter
- License: Other
View on Datalad
Metrics
key | value |
---|---|
id | /containers/chenchen2015-Singularity-jupyter-dl |
collection name | chenchen2015/Singularity-jupyter |
branch | master |
tag | dl |
commit | fcc490388dbdcd416e09453f47adf9c7dd13e8bd |
version (container hash) | 5c18db6124cf987dd4e9c20d2931c577 |
build date | 2019-03-06T04:56:22.631Z |
size (MB) | 3174 |
size (bytes) | 1028005919 |
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.