Skip to content

Commit

Permalink
Speed up the download of tensorflow 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 5, 2019
1 parent 594065e commit 257ebdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/install-tf.1.8.md
Expand Up @@ -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
Expand Down

0 comments on commit 257ebdf

Please sign in to comment.