vmichals/singularity:cgn

$ singularity pull shub://vmichals/singularity:cgn

Singularity Recipe

BootStrap: docker
From: ubuntu:18.04

%post
    apt -y update
    apt -y upgrade
    apt -y install software-properties-common
    apt -y install vim unzip wget sudo
    apt -y install build-essential libssl-dev libffi-dev python3-dev
    apt -y install libsm6
    apt -y install python3-pip python3-tk
    apt -y install git
    pip3 install --no-cache-dir numpy opencv-python Pillow
    pip3 install --no-cache-dir torch torchvision matplotlib ipython ipdb
    pip3 install --no-cache-dir scikit-learn scikit-image
    pip3 install --no-cache-dir sklearn pandas tqdm imageio
    pip3 install --no-cache-dir pandas retrying tables h5py
    pip3 install --no-cache-dir torchsummary tensorboardX gitpython dnspython
    pip3 install --no-cache-dir git+https://github.com/epistimio/orion.git@develop


%environment

%runscript

Collection


View on Datalad

Metrics

key value
id /containers/vmichals-singularity-cgn
collection name vmichals/singularity
branch master
tag cgn
commit 0526a72be22466c3413e13c54f8e73128e72018b
version (container hash) 6eba3375d5b8d1f24c1f9a915945559f
build date 2019-07-18T17:12:50.557Z
size (MB) 2336
size (bytes) 1071136799
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.