ucr-singularity/caffe-gpu:latest

$ singularity pull shub://ucr-singularity/caffe-gpu:latest

Singularity Recipe

Bootstrap: docker
From: bvlc/caffe:gpu

%post
# Update list of packages and install packages for ease of use.
apt-get update
apt-get install -y apt-utils
apt-get install -y vim
apt-get install -y tmux screen
apt-get install -y xterm
	
# Install for tkinter
apt-get install -y python-tk
#Install dependencies for caffe
apt-get install -y libxcb-xfixes0-dev

# OpenCV from pip, including contrib.  This makes the install MUCH faster.
# See https://pypi.python.org/pypi/opencv-contrib-python for capabilities 
# and limitations.  
pip install --no-cache-dir opencv-contrib-python

# Installing imutils,dlib,progressbar for FACES projectt
pip install --no-cache-dir imutils
pip install --no-cache-dir dlib
pip install --no-cache-dir progressbar2
pip install --no-cache-dir lmdb
pip install --no-cache-dir flask
pip install --no-cache-dir flask_cors
pip install --no-cache-dir sklearn

Collection


View on Datalad

Metrics

key value
id /containers/ucr-singularity-caffe-gpu-latest
collection name ucr-singularity/caffe-gpu
branch master
tag latest
commit 47de8bc25df7353d31a1940683a418a8cdc49603
version (container hash) 1cf092e9af39bd7f54e8104eb7ca05b3
build date 2020-05-04T23:21:52.875Z
size (MB) 3618
size (bytes) 1788268575
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.