Download is failing on bazel build
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
Yes, I am following this guide. I was trying to build the docker for centos.
Could you check you network connection and retry? And share the commands you used?
Thanks!
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?
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?
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!