Install dependencies for TensorFlow:
sudo apt-get update
sudo apt-get install python-pip python-devClone this repo:
git clone https://github.com/dat-ai/tensorfow-nvidia-jetson/
cd tensorfow-nvidia-jetsonInstall file with pip
sudo pip install tensorflow-0.8.0-py2-none-any.whlTest TenforFlow on NVIDIA Jetson TK1
python
import tensorflow as tf