File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111
1212tensorflow_http_archive (
1313 name = "org_tensorflow" ,
14- sha256 = "2d82da9f21ab9cae2af2dac5afbc6ccb3377295864dda6e6ff1cd3fd6d2d40d2 " ,
15- git_commit = "8b90640c5a74f32e81a11ab8051414744d2807fc " ,
14+ sha256 = "d9bdcd3e21ed9de600e224a1bb2ddd47beba64e944a1015ad7c0e3d9e6b8b461 " ,
15+ git_commit = "8b02c47ab1c12e4924a486ececf5681312416e14 " ,
1616)
1717
1818load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -25,7 +25,6 @@ http_archive(
2525 sha256 = "ddce3b3a3909f99b28b25071c40b7fec7e2e1d1d1a4b2e933f3082aa99517105" ,
2626 strip_prefix = "rules_closure-316e6133888bfc39fb860a4f1a31cfcbae485aef" ,
2727 urls = [
28- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz" ,
2928 "https://github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz" , # 2019-03-21
3029 ],
3130)
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ def _tensorflow_http_archive(ctx):
2525
2626 strip_prefix = "DeepRec-%s" % git_commit
2727 urls = [
28- "https://mirror.bazel.build/github.com/alibaba/deeprec /archive/%s.tar.gz" % git_commit ,
29- "https://github.com/alibaba/deeprec /archive/%s.tar.gz" % git_commit ,
28+ "https://mirror.bazel.build/github.com/DeepRec-AI/DeepRec /archive/%s.tar.gz" % git_commit ,
29+ "https://github.com/DeepRec-AI/DeepRec /archive/%s.tar.gz" % git_commit ,
3030 ]
3131 ctx .download_and_extract (
3232 urls ,
Original file line number Diff line number Diff line change 3131DOCLINES = __doc__ .split ('\n ' )
3232
3333# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34- _VERSION = '1.15.0+deeprec2304 '
34+ _VERSION = '1.15.0+deeprec2306 '
3535# Have this by default be open; releasing a new version will lock to TF version
3636_TF_VERSION = '~=1.15.0'
3737_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
You can’t perform that action at this time.
0 commit comments