romxero/loadcaffe_singularity:latest

$ singularity pull shub://romxero/loadcaffe_singularity:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%labels
Author "Randall Cab White - rcwhite@stanford.edu"

#########
#%setup
#########

##Just grabbing default packages from ubuntu repository
%post
	apt-get -ym update
    apt-get -ym install git bison cmake flex gcc g++ tcl-tclreadline # GNU toolchain
    apt-get -ym install libprotobuf-dev protobuf-compiler # GSL
    apt-get -ym install readline-common libreadline-dev #readline
    apt-get -ym install openssl libssl-dev
    apt-get -ym install wget curl zip #grabbing utilities
	export PREFIX=/usr/local
	mkdir -p /home
	cd /home
	git clone https://github.com/torch/distro.git ~/torch --recursive
	cd ~/torch
	./clean.sh
	./install.sh
	ls -lrths 
	
	luarocks install image
	luarocks install torch
	luarocks install nn
	luarocks install graph
	luarocks install torchnet
	luarocks install optnet
	luarocks install optim
	luarocks install iterm
	luarocks list
	
	
	luarocks install luasocket	
	luarocks install loadcaffe
	

%environment
	export IMAGE_NAME="LOAD_CAFFE"

Collection


View on Datalad

Metrics

key value
id /containers/romxero-loadcaffe_singularity-latest
collection name romxero/loadcaffe_singularity
branch master
tag latest
commit 7f832fe3c13a63af790387bef3004d09f93fdfb8
version (container hash) 5e35b7c193070eb74f7d3eaf5a3db8e9
build date 2018-11-30T00:08:57.268Z
size (MB) 581
size (bytes) 215670815
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.