TF from source - AshokBhat/ml GitHub Wiki
Steps
sudo apt install python3-dev python3-pip
pip3 install -U --user pip six numpy wheel setuptools mock 'future>=0.17.1'
pip3 install -U --user keras_applications --no-deps
pip3 install -U --user keras_preprocessing --no-deps
- TBD