Skip to content

Commit 28537ec

Browse files
authored
Merge pull request #20 from alejandroandreu/fix-build-script
Fix small typo in build Tensorflow script Former-commit-id: 7d81f80
2 parents 27b9bce + 0e40b11 commit 28537ec

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)