TannerDowhy/deep_nano:latest

$ singularity pull shub://TannerDowhy/deep_nano:latest

Singularity Recipe

BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum

%post
    yum -y groupinstall "Development Tools"
    yum -y install zlib-devel
    yum -y install https://centos7.iuscommunity.org/ius-release.rpm
    yum -y update
    yum -y install python-devel
    yum -y install python-pip
    yum -y install hdf5-devel
    yum -y install wget
    yum -y install blas-devel

    pip install Cython==0.23.4 numpy h5py==2.5.0 Theano==0.8.0 python-dateutil==2.5.0 scipy scikit-learn

    git clone https://bitbucket.org/vboza/deepnano.git
    echo -e "\n[global]\nfloatX=float32\n" >> ~/.theanorc

Collection


View on Datalad

Metrics

key value
id /containers/TannerDowhy-deep_nano-latest
collection name TannerDowhy/deep_nano
branch master
tag latest
commit b1c27f46ca78e61b4314e31f697d527fec57a145
version (container hash) 6820b583375d3a10eb43bfd7931ab0ea
build date 2018-11-05T19:47:46.770Z
size (MB) 1542
size (bytes) 696741919
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.