## 开发环境 * linux * git * python3 * navida GPU * bazel 编译工具 源码编译: ``` sudo apt-get update && sudo apt-get install bazel git clone --recurse-submodules https://github.com/tensorflow/hub cd hub # 有 GPU 支持: bazel build ```