Compile Tensorflow: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Install Bazel using Bazelisk | Install Bazel using Bazelisk | ||
<pre>sudo npm install -g @bazel/bazelisk</pre> | <pre>sudo npm install -g @bazel/bazelisk</pre> | ||
Checkout Tensorflow | |||
<pre>git clone https://github.com/tensorflow/tensorflow.git | |||
cd tensorflow</pre> |
Revision as of 03:16, 24 September 2020
Verify dependencies
sudo apt install python3-dev python3-pip
Install Bazel using Bazelisk
sudo npm install -g @bazel/bazelisk
Checkout Tensorflow
git clone https://github.com/tensorflow/tensorflow.git cd tensorflow