From 257ebdf6ddff53348588819112934e8c5cd57918 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 5 Feb 2019 19:24:02 +0800 Subject: [PATCH] Speed up the download of tensorflow 1.8 --- doc/install-tf.1.8.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/install-tf.1.8.md b/doc/install-tf.1.8.md index 7f9cc33a93..fd4ef0acca 100644 --- a/doc/install-tf.1.8.md +++ b/doc/install-tf.1.8.md @@ -28,9 +28,8 @@ export PATH=`pwd`/output:$PATH Firstly get the source code of the tensorflow ```bash cd /some/workspace -git clone https://github.com/tensorflow/tensorflow tensorflow +git clone https://github.com/tensorflow/tensorflow tensorflow -b v1.8.0 --depth=1 cd tensorflow -git checkout v1.8.0 ``` DeePMD-kit is compiled by cmake, so we need to compile and integrate tensorflow with cmake projects. The rest of this section basically follows [the instruction provided by Tuatini](http://tuatini.me/building-tensorflow-as-a-standalone-project/). Now execute