Created
January 17, 2020 09:51
-
-
Save hohl/eba551d34cda19bc694c0c36a3e076c8 to your computer and use it in GitHub Desktop.
Install Bazelisk for compiling Tensorflow 2.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Bazelisk. | |
sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.2.1/bazelisk-linux-amd64 | |
sudo chmod +x /usr/local/bin/bazel | |
# Verify Bazel installation | |
bazel version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment