https://github.com/uranusx86/tensorflow1.12-cuda10.1-build
Build tensorflow 1.12 source code with CUDA 10.1 in Ubuntu
https://github.com/uranusx86/tensorflow1.12-cuda10.1-build
bazel bazel-build colab cuda10 tensorflow tensorflow-build tensorflow-gpu tensorflow1
Last synced: 2 months ago
JSON representation
Build tensorflow 1.12 source code with CUDA 10.1 in Ubuntu
- Host: GitHub
- URL: https://github.com/uranusx86/tensorflow1.12-cuda10.1-build
- Owner: uranusx86
- Created: 2020-04-17T13:54:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T14:23:03.000Z (about 5 years ago)
- Last Synced: 2025-01-21T08:23:42.331Z (4 months ago)
- Topics: bazel, bazel-build, colab, cuda10, tensorflow, tensorflow-build, tensorflow-gpu, tensorflow1
- Language: Jupyter Notebook
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tensorflow1.12-CUDA10.1-Build
Build tensorflow 1.12 source code with CUDA 10.1 in UbuntuThis 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 !)
# Abstract
1. Install bazel 0.18.1 (0.15 ~ 0.17 will not work)
2. Soft link missing CUDA *.so file
3. Soft link missing CUDA header file
4. Add CUDA header to some bzl file which has compile problem
5. Compile with bazel, and that's all