GodloveD/Theano:latest

$ singularity pull shub://GodloveD/Theano:latest

Singularity Recipe

BootStrap: docker
From: kaixhin/cuda-theano:7.5

%setup
    # commands to be executed on host outside container during bootstrap

%post
    # create bind points for NIH HPC environment
    mkdir /gpfs /spin1 /gs2 /gs3 /gs4 /gs5 /gs6 /data /scratch /fdb /lscratch

    # download and run NIH HPC NVIDIA driver installer
    wget ftp://helix.nih.gov/CUDA/cuda4singularity
    chmod 755 cuda4singularity
    ./cuda4singularity --verbose
    rm cuda4singularity

    # set some vars in the environment
    echo "
PATH=/usr/local/cuda-7.5/bin:\$PATH
LD_LIBRARY_PATH=/usr/local/cuda/lib64:\$LD_LIBRARY_PATH
LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:\$LD_LIBRARY_PATH
CUDA_HOME=/usr/local/cuda
export PATH LD_LIBRARY_PATH CUDA_HOME" >>/environment
 
%runscript
    # commands to be executed when the container runs
 
%test
    # commands to be executed within container at close of bootstrap process

Collection


View on Datalad

Metrics

key value
id /containers/GodloveD-Theano-latest
collection name GodloveD/Theano
branch master
tag latest
commit a7d005c6689119607d41fc45150338681ddbf1f0
version (container hash) 576eff4e31c9d4abe6969fc32026909c
build date 2020-09-21T08:01:27.372Z
size (MB) 2422
size (bytes) 1065652255
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.