@@ -66,7 +66,7 @@ io_bazel_rules_docker_pip_deps()
66
66
67
67
# tensorflow/tensorflow and deps
68
68
69
- # tensorflow 2.3 .0
69
+ # tensorflow 2.4 .0
70
70
# https://github.com/tensorflow/tensorflow
71
71
http_archive (
72
72
name = "org_tensorflow" ,
@@ -78,10 +78,10 @@ http_archive(
78
78
# as of tf 2.3.0, this seems to only affect aws deps
79
79
"//third_party/tensorflow:BUILD.patch" ,
80
80
],
81
- sha256 = "a474d4328524de1951655cd6afb4888d256c37a0b4a47e6c623b353ab382b39f " ,
82
- strip_prefix = "tensorflow-b36436b087bd8e8701ef51718179037cccdfc26e " ,
81
+ sha256 = "9c94bfec7214853750c7cacebd079348046f246ec0174d01cd36eda375117628 " ,
82
+ strip_prefix = "tensorflow-582c8d236cb079023657287c318ff26adb239002 " ,
83
83
urls = [
84
- "https://github.com/tensorflow/tensorflow/archive/b36436b087bd8e8701ef51718179037cccdfc26e .tar.gz" ,
84
+ "https://github.com/tensorflow/tensorflow/archive/582c8d236cb079023657287c318ff26adb239002 .tar.gz" ,
85
85
],
86
86
)
87
87
@@ -142,14 +142,14 @@ http_archive(
142
142
],
143
143
)
144
144
145
- # tensorflow serving 2.3 .0
145
+ # tensorflow serving 2.4 .0
146
146
# https://github.com/tensorflow/serving
147
147
http_archive (
148
148
name = "tf_serving" ,
149
- sha256 = "88aaf8aaa5e3719f617679015b5938570e06a02c7793f1a6ca6ebf96e7656252 " ,
150
- strip_prefix = "serving-0617d7acafcf4073e60bfbdaa2f624ed0b3e1808 " ,
149
+ sha256 = "20cf56a58a593eaeece76c8445129253c1d9fe40b49d5a2c3cb4fb1dea6e54e4 " ,
150
+ strip_prefix = "serving-af33a247dae5486c712a5001845d06235e5b69d2 " ,
151
151
urls = [
152
- "https://github.com/tensorflow/serving/archive/0617d7acafcf4073e60bfbdaa2f624ed0b3e1808 .tar.gz" ,
152
+ "https://github.com/tensorflow/serving/archive/af33a247dae5486c712a5001845d06235e5b69d2 .tar.gz" ,
153
153
],
154
154
)
155
155
@@ -235,15 +235,15 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
235
235
236
236
container_pull (
237
237
name = "discolix_cc_linux_amd64" ,
238
- digest = "sha256:3a66e91f4196381f813c75e33900225a7b8911a334d4f49bf177c986fa3a6be7 " ,
238
+ digest = "sha256:cd0b1a86d3e5d0c50966ddd61991725e6d845022a889bd46c2e472b607d1b86a " ,
239
239
registry = "index.docker.io" ,
240
240
repository = "discolix/cc" ,
241
241
tag = "latest-linux_amd64" ,
242
242
)
243
243
244
244
container_pull (
245
245
name = "discolix_cc_linux_amd64_debug" ,
246
- digest = "sha256:dada54e242c04570149f3287684f53047a352cdcdbc7bf84933ca6882cfbf423 " ,
246
+ digest = "sha256:908d74a696d8604611db18bcbd89f5a7a9ab0276cb4349ad5707991b16883be0 " ,
247
247
registry = "index.docker.io" ,
248
248
repository = "discolix/cc" ,
249
249
tag = "debug-linux_amd64" ,
@@ -253,15 +253,15 @@ container_pull(
253
253
254
254
container_pull (
255
255
name = "discolix_cc_linux_arm64" ,
256
- digest = "sha256:644ea3eb52c1e4b479f462c9f911da720aead288a3ffd2b1fd4a731456945ae9 " ,
256
+ digest = "sha256:b855b5219b13f1c7be2c5cb9625633d357b0fa256280dd125a3127a0d7817b22 " ,
257
257
registry = "index.docker.io" ,
258
258
repository = "discolix/cc" ,
259
259
tag = "latest-linux_arm64" ,
260
260
)
261
261
262
262
container_pull (
263
263
name = "discolix_cc_linux_arm64_debug" ,
264
- digest = "sha256:37a1d13c4e6a42a6ec964a717b55830b910b059058259399a04994cb0efafa5e " ,
264
+ digest = "sha256:cac5dced20015d755f5d4baa5362143a423f9ad3c1e8712c577a55c6474731ee " ,
265
265
registry = "index.docker.io" ,
266
266
repository = "discolix/cc" ,
267
267
tag = "debug-linux_arm64" ,
@@ -271,15 +271,15 @@ container_pull(
271
271
272
272
container_pull (
273
273
name = "discolix_cc_linux_arm" ,
274
- digest = "sha256:0d27abb6cbf7ad760216954f74a0f502e8d1227122e35104e68c580da5ceb1ed " ,
274
+ digest = "sha256:ef8207f396e7bd6897f72f6fc8fafbd64bdccbc2a3c32d864cbfc4a64a87731f " ,
275
275
registry = "index.docker.io" ,
276
276
repository = "discolix/cc" ,
277
277
tag = "latest-linux_arm" ,
278
278
)
279
279
280
280
container_pull (
281
281
name = "discolix_cc_linux_arm_debug" ,
282
- digest = "sha256:9dfb903077406172a126ed5e17945b5db0d2d3175d283be25f6b454c358f39bd " ,
282
+ digest = "sha256:af22ef9588c5211dfcc8cdc33a101856cbe91e675669b0d8b9ba8cd38005ea29 " ,
283
283
registry = "index.docker.io" ,
284
284
repository = "discolix/cc" ,
285
285
tag = "debug-linux_arm" ,
0 commit comments