Build tensorflow 1.12 source code with CUDA 10.1 in Ubuntu
This repo provide bash script and jupyter notebook script
You can also use Colab to run jupyter notebook script, it take about 11 hours to compile (almost reach the Colab time limit !)
- Install bazel 0.18.1 (0.15 ~ 0.17 will not work)
- Soft link missing CUDA *.so file
- Soft link missing CUDA header file
- Add CUDA header to some bzl file which has compile problem
- Compile with bazel, and that's all