bazel编译tensorflow以及docker操作

官方文档:https://www.tensorflow.org/install/source?hl=zh-cn

https://blog.csdn.net/u010700335/article/details/69422282

https://www.tensorflow.org/install/source

bazel入门 https://www.jianshu.com/p/b2c41344c554

docker合并镜像http://dockone.io/article/527


docker run -i -t bb3e71450992 (镜像)


docker cp bazel-0.25.0-installer-linux-x86_64.sh f80659b19d4e:/root/

(容器)


https://github.com/tensorflow/tensorflow/issues/5848

Hi @michaeldengchangshun

computecpp is not part of TensorFlow package / codebase. You need to install it manually https://www.codeplay.com/products/computesuite/computecpp. Then, during configuration step point tensorflow to the installation directory.

Hope that helps




bazel编译tensorflow以及docker操作_第1张图片

你可能感兴趣的:(bazel编译tensorflow以及docker操作)