Skip to content

Commit 0f8c6c3

Browse files
committed
add the missing line for install-tf.1.14.md
thanks Manyi Yang, who pointed out the issue
1 parent 9ec295e commit 0f8c6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/install-tf.1.14.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Now, copy the libraries to the tensorflow's installation directory:
4242
mkdir $tensorflow_root/lib
4343
cp -d bazel-bin/tensorflow/libtensorflow_cc.so* $tensorflow_root/lib/
4444
cp -d bazel-bin/tensorflow/libtensorflow_framework.so* $tensorflow_root/lib/
45+
cp -d $tensorflow_root/lib/libtensorflow_framework.so.1 $tensorflow_root/lib/libtensorflow_framework.so
4546
```
4647
Then copy the headers
4748
```bash

0 commit comments

Comments
 (0)