File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ local_repository(
55 path = "tensorflow" ,
66)
77
8+ # TensorFlow depends on "io_bazel_rules_closure" so we need this here.
9+ # Needs to be kept in sync with the same target in TensorFlow's WORKSPACE file.
10+ http_archive (
11+ name = "io_bazel_rules_closure" ,
12+ sha256 = "60fc6977908f999b23ca65698c2bb70213403824a84f7904310b6000d78be9ce" ,
13+ strip_prefix = "rules_closure-5ca1dab6df9ad02050f7ba4e816407f88690cf7d" ,
14+ urls = [
15+ "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz" , # 2017-02-03
16+ "https://github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz" ,
17+ ],
18+ )
19+
820# Please add all new TensorFlow Serving dependencies in workspace.bzl.
921load ('//tensorflow_serving:workspace.bzl' , 'tf_serving_workspace' )
1022tf_serving_workspace ()
You can’t perform that action at this time.
0 commit comments