Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
Andy Feng edited this page Feb 18, 2016 · 2 revisions

Build CaffeOnSpark

  1. Install caffe prerequists per http://caffe.berkeleyvision.org/installation.html

  2. Clone CaffeOnSpark code. CaffeOnSpark/caffe-public/Makefile.config may be adjusted for your enviornment (ex. CPU vs GPU, infiniband or not).

git clone https://github.com/yahoo/CaffeOnSpark.git --recursive
cd CaffeOnSpark/caffe-public/
cp Makefile.config.example Makefile.config
echo "INCLUDE_DIRS += ${JAVA_HOME}/include" >> Makefile.config
cd .. 
make build