How can I get bazel 0.26 (or older) for CentOS?

微笑、不失礼 提交于 2019-12-11 05:56:24

问题


I need to compile Tensorflow from source using Bazel. As doing so on Ubuntu and then using it on CentOS does not seem to work properly, I want to build tensorflow from source directly on CentOS. The official Bazel homepage says: "The Bazel team does not provide official packages for Fedora and CentOS. Vincent Batts (@vbatts) generously maintains unofficial packages on Fedora COPR." However there I only find the .repo files for 0.27, which does not support the build process for Tensorflow. Is there a way to get 0.26.1 or older for CentOS?


回答1:


You can download 0.26.0 bazel using the link below, https://github.com/bazelbuild/bazel/releases/download/0.26.0/bazel-0.26.0-installer-linux-x86_64.sh



来源:https://stackoverflow.com/questions/56737606/how-can-i-get-bazel-0-26-or-older-for-centos

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!