Skip to content

bmwshop/caffe-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Docker container for Caffe on a Raspberry Pi

Trying to make it a litle simpler to install Caffe - the deep learning framework - on a Raspberry Pi. The build process below takes a few hours; if you are confident that your rpi does not overheat, you could replace -j2 with -j4 in the Dockerfile. Or you could just pull the image from dockerhub

docker build -t caffe-rpi .
docker run --name caffe-rpi -ti caffe-rpi bash
make runtest -j4

Running make runtest -j4 validates the installation. See the Caffe installation docs for more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published