You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
I got this problem while building tpu-image: ERROR: Skipping 'cc/selfplay': no such target '//cc:selfplay': target 'selfplay' not declared in package 'cc' defined by /app/cc/BUILD
I check that the file cc/selfplay was deleted. The Dockerfile-tpu might be not updated. Please check and help.
The text was updated successfully, but these errors were encountered:
I change cc/selfplay to cc/concurrent_selfplay and build the image, but the following error occur: error: 'google::cloud::bigtable::bigendian64_t' has not been declared. The cause of the problem is because bigendian64_t has been removed in this PR: https://github.com/googleapis/google-cloud-cpp/pull/2068
Unfortunately the TPU code is a little stale and we don't have the bandwidth at the moment to work on it.
If you're not planning on using Cloud BigTable, you can try disabling support, with something like bazel build -c opt --define=board_size=19 --define=bt=0 ...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this problem while building tpu-image:
ERROR: Skipping 'cc/selfplay': no such target '//cc:selfplay': target 'selfplay' not declared in package 'cc' defined by /app/cc/BUILD
I check that the file cc/selfplay was deleted. The Dockerfile-tpu might be not updated. Please check and help.
The text was updated successfully, but these errors were encountered: