diff --git a/WORKSPACE b/WORKSPACE index 81c339519..1153f4eff 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive") tensorflow_http_archive( name = "org_tensorflow", - sha256 = "2d82da9f21ab9cae2af2dac5afbc6ccb3377295864dda6e6ff1cd3fd6d2d40d2", - git_commit = "8b90640c5a74f32e81a11ab8051414744d2807fc", + sha256 = "d9bdcd3e21ed9de600e224a1bb2ddd47beba64e944a1015ad7c0e3d9e6b8b461", + git_commit = "8b02c47ab1c12e4924a486ececf5681312416e14", ) load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") @@ -25,7 +25,6 @@ http_archive( sha256 = "ddce3b3a3909f99b28b25071c40b7fec7e2e1d1d1a4b2e933f3082aa99517105", strip_prefix = "rules_closure-316e6133888bfc39fb860a4f1a31cfcbae485aef", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz", "https://github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz", # 2019-03-21 ], ) diff --git a/tensorflow_serving/repo.bzl b/tensorflow_serving/repo.bzl index baa79ac87..8341f9b55 100644 --- a/tensorflow_serving/repo.bzl +++ b/tensorflow_serving/repo.bzl @@ -25,8 +25,8 @@ def _tensorflow_http_archive(ctx): strip_prefix = "DeepRec-%s" % git_commit urls = [ - "https://mirror.bazel.build/github.com/alibaba/deeprec/archive/%s.tar.gz" % git_commit, - "https://github.com/alibaba/deeprec/archive/%s.tar.gz" % git_commit, + "https://mirror.bazel.build/github.com/DeepRec-AI/DeepRec/archive/%s.tar.gz" % git_commit, + "https://github.com/DeepRec-AI/DeepRec/archive/%s.tar.gz" % git_commit, ] ctx.download_and_extract( urls, diff --git a/tensorflow_serving/tools/pip_package/setup.py b/tensorflow_serving/tools/pip_package/setup.py index dab8edd76..78d1ddc2e 100644 --- a/tensorflow_serving/tools/pip_package/setup.py +++ b/tensorflow_serving/tools/pip_package/setup.py @@ -31,7 +31,7 @@ DOCLINES = __doc__.split('\n') # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0). -_VERSION = '1.15.0+deeprec2304' +_VERSION = '1.15.0+deeprec2306' # Have this by default be open; releasing a new version will lock to TF version _TF_VERSION = '~=1.15.0' _TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')