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 https://github.com/tensorflow/tensorflow
Cloning into ‘tensorflow’…
fatal: unable to access ‘https://github.com/tensorflow/tensorflow/’: 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 https://github.com/BVLC/caffe.git
Cloning into ‘caffe’…
fatal: unable to access ‘https://github.com/BVLC/caffe.git/’: 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!