How to install Tensorflow/Caffee on TX1?

I successfully installed JetPack 2.2.1 on TX1, and TX1 can connect the Internet with no problem.

Then I tried to install Tensorflow using “Installing from sources”, however, I got the error as follows:
$ git clone GitHub - tensorflow/tensorflow: An Open Source Machine Learning Framework for Everyone
Cloning into ‘tensorflow’…
fatal: unable to access ‘GitHub - tensorflow/tensorflow: An Open Source Machine Learning Framework for Everyone’: server certificate verificatiojn failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

I also tried to install caffe, but got the same error:
$ git clone GitHub - BVLC/caffe: Caffe: a fast open framework for deep learning.
Cloning into ‘caffe’…
fatal: unable to access ‘GitHub - BVLC/caffe: Caffe: a fast open framework for deep learning.’: server certificate verificatiojn failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Can anyone tell me how to install tensorflow or caffe on TX1? Thanks!

Hi lcd,

You could refer to below link to see if any helps:
[url]https://devtalk.nvidia.com/default/topic/962944/easy-caffe-and-caffe-web-demo-install-for-jetson-tx1-32bit-64bit-jetson-tk1/[/url]

Thanks