gnperdue/singularity_imgs:py2_tf110

$ singularity pull shub://gnperdue/singularity_imgs:py2_tf110

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04

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

To use GPUs, try
singularity exec --nv THIS_CONTAINER.simg bash

Container based on recipe by drinkingkazu

%labels
Maintainer gnperdue
Version ubuntu16.04-py2-tf110-gpu

#------------
# Global installation
#------------
%environment
    export XDG_RUNTIME_DIR=/tmp/$USER
    export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:${LD_LIBRARY_PATH}
    export CUDA_DEVICE_ORDER=PCI_BUS_ID

%post
    # add wilson cluster mount points
    mkdir /scratch /data /lfstev

    # apt-get
    apt-get -y update
    apt-get -y install dpkg-dev g++ gcc binutils libqt4-dev python-dev python-tk python-pip

    # pip
    python -m pip install --upgrade setuptools pip
    python -m pip install tensorflow-gpu==1.10.0
    python -m pip install h5py

Collection


View on Datalad

Metrics

key value
id /containers/gnperdue-singularity_imgs-py2_tf110
collection name gnperdue/singularity_imgs
branch master
tag py2_tf110
commit 3a51c432890daf541bd29c8d7bff0e061d9a8c62
version (container hash) 839adcbfa3d2a6ab20b217f5c04e82cd
build date 2019-08-22T19:47:05.801Z
size (MB) 4119
size (bytes) 2175664159
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.