File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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 = "7b07f245f20adee4837372c45814d081834ee00bf0219b44aafd6b9328b23716 " ,
15- git_commit = "748435b8ef55a554e011e97a9f893304e737775a " ,
14+ sha256 = "5aae44f967556dc524e6b184643bbd33a2d78184bc654b72c09f041f266b89a2 " ,
15+ git_commit = "a6d8ffae097d0132989ae4688d224121ec6d8f35 " ,
1616)
1717
1818# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ pkg_deb(
440440 homepage = "https://github.com/tensorflow/serving" ,
441441 maintainer = "TensorFlow Serving team" ,
442442 package = "tensorflow-model-server" ,
443- version = "1.12.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
443+ version = "1.12.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
444444)
445445
446446# Build with '-c opt'
@@ -451,5 +451,5 @@ pkg_deb(
451451 homepage = "https://github.com/tensorflow/serving" ,
452452 maintainer = "TensorFlow Serving team" ,
453453 package = "tensorflow-model-server-universal" ,
454- version = "1.12.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
454+ version = "1.12.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
455455)
Original file line number Diff line number Diff line change 2929DOCLINES = __doc__ .split ('\n ' )
3030
3131# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
32- _VERSION = '1.12.0-rc0 '
32+ _VERSION = '1.12.0'
3333
3434REQUIRED_PACKAGES = [
3535 'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments