Compile Tensorflow: Difference between revisions
(Created page with "Verify dependencies <pre>sudo apt install python3-dev python3-pip</pre>") |
No edit summary |
||
Line 1: | Line 1: | ||
Verify dependencies | Verify dependencies | ||
<pre>sudo apt install python3-dev python3-pip</pre> | <pre>sudo apt install python3-dev python3-pip</pre> | ||
Install Bazel using Bazelisk | |||
<pre>sudo npm install -g @bazel/bazelisk</pre> |
Revision as of 03:15, 24 September 2020
Verify dependencies
sudo apt install python3-dev python3-pip
Install Bazel using Bazelisk
sudo npm install -g @bazel/bazelisk