Running TensorFlow with Python 3 kernel in Docker on RaspberryPI

Installing docker on Raspberry PI 3

http://blog.hypriot.com/post/run-docker-rpi3-with-wifi/

Docker image for TensorFlow with Python 3 kernel

Based on the tensorflow-rpi-Python2 image (https://github.com/philipz/rpi-tensorflow) of philipz I made some changes and updated to TensorFlow 0.9.

Code: https://github.com/mfa/rpi-tensorflow

Image: https://hub.docker.com/r/mfandreas/rpi-tensorflow-python3/

Running TensorFlow

With Docker installed on the Raspberry PI running TensorFlow is this easy:

docker run -d -p 8888:8888 mfandreas/rpi-tensorflow-python3

Now hit your browser to

http://<ip-address-of-raspberry-pi>:8888