Skip to content

Commit d7c3f5b

Browse files
authored
[DeepRec] Fix build break which caused by patch file. (#23)
Signed-off-by: Tao Peng <[email protected]>
1 parent f3fb6e5 commit d7c3f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def tf_serving_workspace():
4848
# ===== Override TF defined `com_google_absl` (we need a recent version).
4949
tf_http_archive(
5050
name = "com_google_absl",
51-
patch_file = str(Label("@org_tensorflow//third_party:0001-abseil.patch")),
51+
patch_file = [str(Label("@org_tensorflow//third_party:0001-abseil.patch"))],
5252
build_file = str(Label("@org_tensorflow//third_party:com_google_absl.BUILD")),
5353
sha256 = "b6aa25c8283cca9de282bb7f5880b04492af76213b2f48c135c4963c6333a21e",
5454
strip_prefix = "abseil-cpp-36d37ab992038f52276ca66b9da80c1cf0f57dc2",

0 commit comments

Comments
 (0)