Hello World from OSS Silicon Valley


HowToUse/Caffe/1.0


_ Prerequisite

  • Docker installation (You can refer HotToUse/Docker/1.11)

_ Install&Setup

Step.1
Create docker image for caffe.
$ git clone https://github.com/BVLC/caffe.git
$ sudo docker build -t caffe:cpu standalone/cpu
Step.2
Test if the docker image can run as expected.
$ sudo docker run -ti caffe:cpu caffe --version

If there is no problem, you would see the message like the followings.

libdc1394 error: Failed to initialize libdc1394
caffe version 1.0.0-rc3

_ HowToUse

Step.1
Launch docker process.
$ sudo docker run -ti --name <container name> caffe:cpu bash

_ Author

S.Yatsuzuka

[ back ]