dynverse/dynwrap:py3.6

$ singularity pull shub://dynverse/dynwrap:py3.6

Singularity Recipe

Bootstrap: docker

From: library/python:3.6

%labels
    version 0.2.0.2

%environment
    OPENBLAS_NUM_THREADS=1
    NUMEXPR_NUM_THREADS=1
    MKL_NUM_THREADS=1
    OMP_NUM_THREADS=1

    export OPENBLAS_NUM_THREADS NUMEXPR_NUM_THREADS MKL_NUM_THREADS OMP_NUM_THREADS

%post
    apt-get update && apt-get install -y libhdf5-dev
    pip install scipy numpy pandas matplotlib sklearn h5py tables Cython

Collection


View on Datalad

Metrics

key value
id /containers/dynverse-dynwrap-py3.6
collection name dynverse/dynwrap
branch devel
tag py3.6
commit f7c2e26df151a833fb6f63ee59f8123e7cb66357
version (container hash) dcdea4972750f07c6d1c42325f9ca1fc
build date 2019-03-28T15:14:02.950Z
size (MB) 1366
size (bytes) 510054431
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.