mbhall88/Singularity_recipes:deepbinnercpu

$ singularity pull shub://mbhall88/Singularity_recipes:deepbinnercpu

Singularity Recipe

Bootstrap: docker
From: tensorflow/tensorflow:latest-py3

%post
    echo 'export LC_ALL=C.UTF-8' >> /environment
    echo 'export LANG=C.UTF-8' >> /environment
    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8
    apt update
    apt install -y git wget

    # pip3 seems to be broken in this container - fix
    python3 -m pip uninstall -y pip && apt install -y python3-pip --reinstall

    # ========================
    # INSTALL Deepbinner
    # ========================
    pip3 install git+https://github.com/rrwick/Deepbinner.git

%test
    deepbinner --help

Collection


View on Datalad

Metrics

key value
id /containers/mbhall88-Singularity_recipes-deepbinnercpu
collection name mbhall88/Singularity_recipes
branch master
tag deepbinnercpu
commit 62a243ed71e93f76da8cc20fa12874f77fe9d8a6
version (container hash) e4b1f8c8539516b85a765cce97ce0422
build date 2019-08-27T13:13:29.795Z
size (MB) 1238
size (bytes) 501461023
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.