Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build tensorflow serving 1.15 error with "Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/*.tar.gz failed" #1992

Open
ghtwht opened this issue Apr 15, 2022 · 1 comment

Comments

@ghtwht
Copy link

ghtwht commented Apr 15, 2022

I was building tensorflow serving 1.15 with custom ops, and came across the error "Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/*commit number*.tar.gz failed"
I edited the message under serving/WORKSPACE :

load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")

tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "cbbdc0b509b660391940fd963574320bc4c75827cbae898cc1f9d1398a064e59",
git_commit = "df8c55ce12b5cfc6f29b01889f7773911a75e6ef",
)
but it always occurs " Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/df8c55ce12b5cfc6f29b01889f7773911a75e6ef.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found"
where and how can I get the right commit and sha256 information? thanks...

@Hanyu-Jin
Copy link

Hi, does this problem solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants