Skip to content

Commit 1ba24a1

Browse files
committed
Do not clone the whole TF repository
Closes #212
1 parent c1520a0 commit 1ba24a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tensorflow_cc/cmake/TensorflowBase.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ include(ExternalProject)
33

44
ExternalProject_Add(
55
tensorflow_base
6-
GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git
7-
GIT_TAG "${TENSORFLOW_TAG}"
6+
URL https://github.com/tensorflow/tensorflow/archive/${TENSORFLOW_TAG}.tar.gz
87
TMP_DIR "/tmp"
98
STAMP_DIR "tensorflow-stamp"
109
DOWNLOAD_DIR "tensorflow"

0 commit comments

Comments
 (0)