Hello World from OSS Silicon Valley


HowToUse/Caffe/1.0

#contents

*Prerequisite [#y05304d9]
-Docker installation (You can refer [[HotToUse/Docker/1.11]])

*Install&Setup [#p26f101d]
: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 [#c3072925]
:Step.1|
Launch docker process.

 $ sudo docker run -ti --name <container name> caffe:cpu bash



*Author [#uc5b30ae]
S.Yatsuzuka

#back(back,center,0)