diff --git a/cloneTensorFlow.sh b/cloneTensorFlow.sh index d0fd0b7..23ad5ff 100755 --- a/cloneTensorFlow.sh +++ b/cloneTensorFlow.sh @@ -10,6 +10,8 @@ git clone https://github.com/tensorflow/tensorflow.git cd tensorflow git checkout v1.3.0 patch -p1 < $INSTALL_DIR/patches/tensorflow.patch +# Patch up the Workspace.bzl for the Github Checksum issue +patch -p1 < $INSTALL_DIR/patches/workspacebzl.patch