nelsonihc/singularity:nightly

$ singularity pull shub://nelsonihc/singularity:nightly

Singularity Recipe

BootStrap: shub
From: nelsonihc/singularity:base1804

%environment

%post
    . /opt/conda/etc/profile.d/conda.sh
    conda activate

    conda install -y pytorch-nightly cuda92 -c pytorch

    pip install \
        augmentor \
        PyHamcrest \
        pretrainedmodels \
        PyYAML \
        pycocotools \
        tensorboard \
        tensorboardX \
        tqdm \
        pybind11 \
        cppimport

    ldconfig /usr/local/cuda/lib64/stubs

    cd /tmp && \
    git clone https://github.com/uber/horovod.git && \
    cd horovod && HOROVOD_GPU_ALLREDUCE=NCCL python setup.py install --prefix=/opt/conda && \
    rm -r /tmp/horovod

    cd /tmp && \
    git clone https://github.com/pytorch/ignite.git && \
    cd ignite && python setup.py install --prefix=/opt/conda && \
    rm -r /tmp/ignite

    ldconfig

    # extra pips

Collection


View on Datalad

Metrics

key value
id /containers/nelsonihc-singularity-nightly
collection name nelsonihc/singularity
branch master
tag nightly
commit 77e6b0804a2f01c142633e2bec448226f6449d23
version (container hash) 4ffe96eadc354b931bb96a78b325f76f
build date 2018-11-15T01:37:41.740Z
size (MB) 7514
size (bytes) 3728261151
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.