Skip to content

Commit a3c9841

Browse files
gharibiantensorflow-copybara
authored andcommitted
Internal change.
PiperOrigin-RevId: 700542809
1 parent d0a16cc commit a3c9841

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tensorflow_http_archive(
2626
name = "org_tensorflow",
2727
sha256 = "68c4961e7d710e32e89420a1aeb19d484bc3dfea53f9945c26818fe61f08c37a",
2828
git_commit = "4ae0afa5794f1e9ecc1f08d160464680c973b812",
29+
patch = "//third_party/tensorflow:tensorflow.patch",
2930
)
3031

3132
# Import all of TensorFlow Serving's external dependencies.

third_party/tensorflow/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty BUILD so this is treated like a package.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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):

0 commit comments

Comments
 (0)