Skip to content

Commit 10b0224

Browse files
committed
Apply Github Checksum patch
1 parent 660ecb5 commit 10b0224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloneTensorFlow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ git clone https://github.com/tensorflow/tensorflow.git
1010
cd tensorflow
1111
git checkout v1.3.0
1212
patch -p1 < $INSTALL_DIR/patches/tensorflow.patch
13+
# Patch up the Workspace.bzl for the Github Checksum issue
14+
patch -p1 < $INSTALL_DIR/patches/workspacebzl.patch
1315

1416

1517

0 commit comments

Comments
 (0)