Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History

caffee deep learning example


build with:


docker build -t caffe:cpu .

test with:


docker run -ti caffe:cpu bash -c "cd /opt/caffe/build; make runtest"

play with:


docker run -ti  --volume=$(pwd):/workspace caffe:cpu