Updated Building Tensorflow From Source

This commit is contained in:
uetchy 2018-04-10 09:50:41 +09:00 committed by Siteleaf
parent 4434a3f9ea
commit b992bd2ec5

View File

@ -3,7 +3,7 @@ title: Building TensorFlow from source
date: 2018-04-10 09:41:00 +09:00
---
As you may notice lines of snippet showed on [https://github.com/uetchy/dockerfile-machinelearning/blob/ffc2cadaf192b19509df0f4b87bc9d427aa30966/Dockerfile#L54-L86](dockerfile-machinelearning), TensorFlow can be non-interactively installed from source.
As you may notice lines of snippet showed on [dockerfile-machinelearning](https://github.com/uetchy/dockerfile-machinelearning/blob/ffc2cadaf192b19509df0f4b87bc9d427aa30966/Dockerfile#L54-L86), TensorFlow can be non-interactively installed from source.
The code here are hugely depend on [PatWie's gist](https://gist.github.com/PatWie/0c915d5be59a518f934392219ca65c3d). I just added some build options for a newer version of TensorFlow and remove options that affect nothing.