DeepLearnPhysics/playground-singularity:ub16.04-step2

$ singularity pull shub://DeepLearnPhysics/playground-singularity:ub16.04-step2

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%help
Ubuntu16.04
DL/ML packages  : sc-learn
Sci.  packages  : numpy pandas sc-image matplotlib opencv-python
Basic python    : ipython jupyter yaml pygments six zmq wheel h5py tqdm
Development kit : g++/gcc cython nvcc libqt4-dev python-dev
Utility kit     : git wget emacs vim

To start your container simply try
singularity exec THIS_CONTAINER.simg bash

%labels
Maintainer drinkingkazu
Version ub16.04-step2

#------------
# Global installation
#------------
%environment
    # for system
    export XDG_RUNTIME_DIR=/tmp/$USER

%post
    # apt-get
    apt-get -y update
    apt-get -y install dpkg-dev g++ gcc binutils libqt4-dev git wget emacs vim openssh-client
    apt-get -y install python-dev python-tk python-pip python-qt4 python-setuptools
    apt-get -y install python3-setuptools
    apt-get -y install libhdf5-dev

    # pip basics
    pip --no-cache-dir --disable-pip-version-check install --upgrade setuptools 
    pip --no-cache-dir --disable-pip-version-check install numpy wheel zmq six pygments pyyaml cython gputil psutil humanize h5py tqdm scipy seaborn tables
    pip --no-cache-dir --disable-pip-version-check install matplotlib pandas scikit-image scikit-learn Pillow opencv-python
    pip --no-cache-dir --disable-pip-version-check install 'ipython<6.0'
    pip --no-cache-dir --disable-pip-version-check install jupyter notebook

Collection


View on Datalad

Metrics

key value
id /containers/DeepLearnPhysics-playground-singularity-ub16.04-step2
collection name DeepLearnPhysics/playground-singularity
branch master
tag ub16.04-step2
commit 3eb3b6a03cb5587bfd22619ef68027587ac32d64
version (container hash) e1eb6b2f4ed6934e58f2dc5aff5da389
build date 2018-08-28T20:48:17.142Z
size (MB) 1706
size (bytes) 604454943
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.