File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tensorflow_http_archive(
26
26
name = "org_tensorflow" ,
27
27
sha256 = "68c4961e7d710e32e89420a1aeb19d484bc3dfea53f9945c26818fe61f08c37a" ,
28
28
git_commit = "4ae0afa5794f1e9ecc1f08d160464680c973b812" ,
29
+ patch = "//third_party/tensorflow:tensorflow.patch" ,
29
30
)
30
31
31
32
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change
1
+ # Empty BUILD so this is treated like a package.
Original file line number Diff line number Diff line change
1
+ diff --git a/tensorflow/tools/toolchains/python/python_repo.bzl b/tensorflow/tools/toolchains/python/python_repo.bzl
2
+ index 47fe64d7b7b..a01a1f19c8b 100644
3
+ --- a/tensorflow/tools/toolchains/python/python_repo.bzl
4
+ +++ b/tensorflow/tools/toolchains/python/python_repo.bzl
5
+ @@ -21,6 +21,7 @@ TF_PYTHON_VERSION = "{}"
6
+ HERMETIC_PYTHON_VERSION = "{}"
7
+ WHEEL_NAME = "{}"
8
+ WHEEL_COLLAB = "{}"
9
+ + USE_PYWRAP_RULES = "False"
10
+ """
11
+
12
+ def _python_repository_impl(repository_ctx):
You can’t perform that action at this time.
0 commit comments