serving icon indicating copy to clipboard operation
serving copied to clipboard

Download is failing on bazel build

Open joydeb28 opened this issue 2 years ago • 5 comments

Trying to build a custom image from the source docker

Logs

#13 0.128 Extracting Bazel installation...
WARNING: Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/7efb024c7120bd81a444cda4693901c19f37dfba.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
WARNING: Download from http://mirror.tensorflow.org/github.com/tensorflow/runtime/archive/bd539c47cd6dc71e8ce95c0f74712d903a3814d8.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/eee687a66d76bf0b6e3746f7b8d09b0d871bff27.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found

joydeb28 avatar Sep 02 '21 11:09 joydeb28

@joydeb28,

Are you following this guide to install TF-serving from source? Thanks!

sanatmpa1 avatar Sep 02 '21 17:09 sanatmpa1

Yes, I am following this guide. I was trying to build the docker for centos.

joydeb28 avatar Sep 03 '21 16:09 joydeb28

Could you check you network connection and retry? And share the commands you used?

Thanks!

shan3290 avatar Sep 16 '21 20:09 shan3290

https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/eee687a66d76bf0b6e3746f7b8d09b0d871bff27.tar.gz This file already disappear, can your team enable your tensorflow builtable only with its source code? Instead of this kind of external binary files?

clockzhong avatar Jun 01 '22 15:06 clockzhong

The dependency from TF-serving to LLVM is through tensorflow. I don't think we (TF serving team) can take it out from the external dependency. eee687a66d76bf0b6e3746f7b8d09b0d871bff27 is the LLVM version in 2021 Sept. What are you trying to build?

shan3290 avatar Jun 09 '22 20:06 shan3290

Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!

singhniraj08 avatar Feb 20 '23 06:02 singhniraj08