enlznep/singularity-recipes:caffe

$ singularity pull shub://enlznep/singularity-recipes:caffe

Singularity Recipe

BootStrap: shub
From: enlznep/singularity-recipes:opa

%help
    Containerized Intel Caffe and Intel Omni-Path Architecture

%labels
    Maintainer Ray Marc Marcellones
    Version v0.1

%post
    cd /opt
    git clone https://github.com/intel/caffe.git intel-caffe
    cd intel-caffe
    cp Makefile.config.example Makefile.config
    NUM_THREADS=$(($(grep 'core id' /proc/cpuinfo | sort -u | wc -l)*2))
    make -j $NUM_THREADS

%environment
    source /opt/intel-caffe/external/mlsl/l_mlsl_2018.1.005/intel64/bin/mlslvars.sh
    CAFFE_ROOT=/opt/intel-caffe/build/tools/caffe
    export CAFFE_ROOT

%runscript
    exec $CAFFE_ROOT

Collection


View on Datalad

Metrics

key value
id /containers/enlznep-singularity-recipes-caffe
collection name enlznep/singularity-recipes
branch master
tag caffe
commit 30be1f59c9809583f698f83a3d45aba0367ddb79
version (container hash) b23818c427ffb0346f4aadc1c3f5bb28
build date 2019-05-07T14:45:54.332Z
size (MB) 2393
size (bytes) 1007210527
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.