@@ -60,7 +60,7 @@ io_bazel_rules_docker_pip_deps()
60
60
61
61
# tensorflow/tensorflow and deps
62
62
63
- # tensorflow 2.4.0
63
+ # tensorflow 2.4.1
64
64
# https://github.com/tensorflow/tensorflow
65
65
http_archive (
66
66
name = "org_tensorflow" ,
@@ -73,10 +73,10 @@ http_archive(
73
73
# allow android cpu helper to be used for linux_arm and linux_arm64
74
74
"//third_party/tensorflow:tensorflow.patch" ,
75
75
],
76
- sha256 = "9c94bfec7214853750c7cacebd079348046f246ec0174d01cd36eda375117628 " ,
77
- strip_prefix = "tensorflow-582c8d236cb079023657287c318ff26adb239002 " ,
76
+ sha256 = "ac2d19cf529f9c2c9faaf87e472d08a2bdbb2ab058958e2cafd65e5eb0637b2b " ,
77
+ strip_prefix = "tensorflow-85c8b2a817f95a3e979ecd1ed95bff1dc1335cff " ,
78
78
urls = [
79
- "https://github.com/tensorflow/tensorflow/archive/582c8d236cb079023657287c318ff26adb239002 .tar.gz" ,
79
+ "https://github.com/tensorflow/tensorflow/archive/85c8b2a817f95a3e979ecd1ed95bff1dc1335cff .tar.gz" ,
80
80
],
81
81
)
82
82
@@ -137,14 +137,14 @@ http_archive(
137
137
],
138
138
)
139
139
140
- # tensorflow serving 2.4.0
140
+ # tensorflow serving 2.4.1
141
141
# https://github.com/tensorflow/serving
142
142
http_archive (
143
143
name = "tf_serving" ,
144
- sha256 = "20cf56a58a593eaeece76c8445129253c1d9fe40b49d5a2c3cb4fb1dea6e54e4 " ,
145
- strip_prefix = "serving-af33a247dae5486c712a5001845d06235e5b69d2 " ,
144
+ sha256 = "c5abcd242f7886631be28a141eaac42556f3cf287c3779ffc672a528eae46358 " ,
145
+ strip_prefix = "serving-8300bd1e8878b7fd8b6cbf604d7feef45eb42ab7 " ,
146
146
urls = [
147
- "https://github.com/tensorflow/serving/archive/af33a247dae5486c712a5001845d06235e5b69d2 .tar.gz" ,
147
+ "https://github.com/tensorflow/serving/archive/8300bd1e8878b7fd8b6cbf604d7feef45eb42ab7 .tar.gz" ,
148
148
],
149
149
)
150
150
@@ -230,15 +230,15 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
230
230
231
231
container_pull (
232
232
name = "discolix_cc_linux_amd64" ,
233
- digest = "sha256:cd0b1a86d3e5d0c50966ddd61991725e6d845022a889bd46c2e472b607d1b86a " ,
233
+ digest = "sha256:f888804401ae34244ae3dfe2286a004fea446848fcc9dbd9c19632910e1385f9 " ,
234
234
registry = "index.docker.io" ,
235
235
repository = "discolix/cc" ,
236
236
tag = "latest-linux_amd64" ,
237
237
)
238
238
239
239
container_pull (
240
240
name = "discolix_cc_linux_amd64_debug" ,
241
- digest = "sha256:908d74a696d8604611db18bcbd89f5a7a9ab0276cb4349ad5707991b16883be0 " ,
241
+ digest = "sha256:0fe8c9f1e0131dbcbc139263e92e4772c46e7161cd2392cd95bb7fd85e3ead97 " ,
242
242
registry = "index.docker.io" ,
243
243
repository = "discolix/cc" ,
244
244
tag = "debug-linux_amd64" ,
@@ -248,15 +248,15 @@ container_pull(
248
248
249
249
container_pull (
250
250
name = "discolix_cc_linux_arm64" ,
251
- digest = "sha256:b855b5219b13f1c7be2c5cb9625633d357b0fa256280dd125a3127a0d7817b22 " ,
251
+ digest = "sha256:7eabd63fa0da92ea3cb04ed0fda7fdca8ea07fec8797fd692ae6f8d1419ca835 " ,
252
252
registry = "index.docker.io" ,
253
253
repository = "discolix/cc" ,
254
254
tag = "latest-linux_arm64" ,
255
255
)
256
256
257
257
container_pull (
258
258
name = "discolix_cc_linux_arm64_debug" ,
259
- digest = "sha256:cac5dced20015d755f5d4baa5362143a423f9ad3c1e8712c577a55c6474731ee " ,
259
+ digest = "sha256:2b0332cad7d88fd5d2a2fb1069914557673aef9a86caaa04930760a287a2ca81 " ,
260
260
registry = "index.docker.io" ,
261
261
repository = "discolix/cc" ,
262
262
tag = "debug-linux_arm64" ,
@@ -266,15 +266,15 @@ container_pull(
266
266
267
267
container_pull (
268
268
name = "discolix_cc_linux_arm" ,
269
- digest = "sha256:ef8207f396e7bd6897f72f6fc8fafbd64bdccbc2a3c32d864cbfc4a64a87731f " ,
269
+ digest = "sha256:dbee6bebc8a85afbe0d3ce923e0296bf0fa5edd45a43bcc487a36d6868acf131 " ,
270
270
registry = "index.docker.io" ,
271
271
repository = "discolix/cc" ,
272
272
tag = "latest-linux_arm" ,
273
273
)
274
274
275
275
container_pull (
276
276
name = "discolix_cc_linux_arm_debug" ,
277
- digest = "sha256:af22ef9588c5211dfcc8cdc33a101856cbe91e675669b0d8b9ba8cd38005ea29 " ,
277
+ digest = "sha256:f0dd6de42d29eb6f0436dc8345cb753099fc425387c9e361c954eb9365a4c89a " ,
278
278
registry = "index.docker.io" ,
279
279
repository = "discolix/cc" ,
280
280
tag = "debug-linux_arm" ,
0 commit comments