File tree 3 files changed +5
-5
lines changed
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")
11
11
12
12
tensorflow_http_archive (
13
13
name = "org_tensorflow" ,
14
- sha256 = "59ac56e43b7fb7fac327893856a3b13b894ce9bc989c2575776fe7e67522b01e " ,
15
- git_commit = "bfcfad55b7b3fa4a1093fa748d4241f9457b2a84 " ,
14
+ sha256 = "d9f1180a297b8ebe632900cb623dbd2075a14babc9da6fb56aa34f28780eef94 " ,
15
+ git_commit = "16a965c5c9a64ef82ccfcb849dd61e6aad00d10e " ,
16
16
)
17
17
18
18
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ pkg_deb(
368
368
homepage = "https://github.com/tensorflow/serving" ,
369
369
maintainer = "TensorFlow Serving team" ,
370
370
package = "tensorflow-model-server" ,
371
- version = "undefined " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
371
+ version = "1.9.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
372
372
)
373
373
374
374
# Build with '-c opt'
@@ -379,5 +379,5 @@ pkg_deb(
379
379
homepage = "https://github.com/tensorflow/serving" ,
380
380
maintainer = "TensorFlow Serving team" ,
381
381
package = "tensorflow-model-server-universal" ,
382
- version = "undefined " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
382
+ version = "1.9.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
383
383
)
Original file line number Diff line number Diff line change 29
29
DOCLINES = __doc__ .split ('\n ' )
30
30
31
31
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
32
- _VERSION = 'undefined '
32
+ _VERSION = '1.9.0-rc2 '
33
33
34
34
REQUIRED_PACKAGES = [
35
35
'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments