vsoch/watchme-sklearn:latest

$ singularity pull shub://vsoch/watchme-sklearn:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

%files
    plot_lle_digits.py /plot_lle_digits.py

%post
    apt-get update && apt-get install -y git g++ gcc
    /opt/conda/bin/conda install numpy matplotlib scikit-learn
    git clone -b add/custom-envars https://www.github.com/vsoch/watchme
    cd watchme
    /opt/conda/bin/pip install .[all]

%environment
    WATCHMEENV_LABEL="singularity-container"
    PATH=/opt/conda/bin:$PATH
    export WATCHMEENV_LABEL PATH

%runscript
    watchme create watchme-sklearn
    /opt/conda/bin/python /plot_lle_digits.py

Collection


View on Datalad

Metrics

key value
id /containers/vsoch-watchme-sklearn-latest
collection name vsoch/watchme-sklearn
branch master
tag latest
commit 4411eb6a6ce24a433fcfd8db47b1a8dd7da9b24f
version (container hash) 7851f1274c158ed64a35bfc3e89c3aa1
build date 2020-09-01T14:31:57.177Z
size (MB) 2635.0
size (bytes) 1190821919
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.