Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Worked for me with 2 little changes: 1. I had to add "-lrt" to linking flags ( "-Wl,-lrt,%s")to //condiftions:default in _rpath_linkopts in tensorflow.bzl file , or build would file with "undefined reference to `clock_gettime'", update setuptools and pip. Commented Jul 12, 2018 at 14:45
  • 1
    It might be useful to point out that bazel-0.4.5 does require jdk 1.8. I found steps to download and install here: digitalocean.com/community/tutorials/… Commented Nov 21, 2018 at 19:57