joe-from-mtl/oxford_emitos:latest

$ singularity pull shub://joe-from-mtl/oxford_emitos:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3:4.4.10

%environment
# This sets global environment variables for anything run within the container
export PATH="/opt/conda/bin:/usr/local/bin:/user/bin:/bin:"
unset CONDA_DEFAULT_ENV
export ANACONDA_HOME=/opt/conda

%post
export PATH=/opt/conda/bin:$PATH
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
conda config --add channels pytorch
conda install --yes python=3.6.*
conda install --yes ipython
conda install --yes jupyter
conda install --yes numpy
conda install --yes scipy
conda install --yes scikit-image
conda install --yes scikit-learn
conda install --yes matplotlib
conda install --yes imageio
conda install --yes nextflow
conda install --yes graphviz
conda clean --index-cache --tarballs --packages --yes

Collection


View on Datalad

Metrics

key value
id /containers/joe-from-mtl-oxford_emitos-latest
collection name joe-from-mtl/oxford_emitos
branch master
tag latest
commit faac181d3dc96aa5e8076d0539ddab73aa063475
version (container hash) 3cdb05c0791ef23d7212bded38beaf94
build date 2019-05-15T10:11:43.789Z
size (MB) 3054
size (bytes) 1088614431
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.