We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8fe41 commit 5919edeCopy full SHA for 5919ede
compile_tensorflow_cpp.md
@@ -51,7 +51,7 @@ sudo apt install bazel-3.7.2
51
52
You can also run the installer. Download from Bazel GitHub release page and run the installer in your home:
53
```bash
54
-https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel-3.7.2-installer-linux-x86_64.sh
+wget https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel-3.7.2-installer-linux-x86_64.sh
55
chmod +x bazel-3.7.2-installer-linux-x86_64.sh
56
./bazel-3.7.2-installer-linux-x86_64.sh --user
57
```
0 commit comments