Skip to content

Commit 0e40b11

Browse files
author
Alejandro Andreu
committed
Fix small typo in build Tensorflow script
The patch files are no longer in the root directory but underneath patch. Former-commit-id: 1ea9c48
1 parent 27b9bce commit 0e40b11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildTensorflow.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/extras/CUPTI/lib64
33
sudo apt-get install python-numpy python-dev python-pip python-wheel
44

55
git clone https://github.com/tensorflow/tensorflow.git
6-
cp tensorflow1.8.patch tensorflow
76
cd tensorflow
87
git checkout v1.8.0
9-
git apply tensorflow1.8.patch
8+
git apply ../patch/tensorflow1.8.patch
109
./configure
1110

1211
bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package

0 commit comments

Comments
 (0)