Explicitly mention Bazel 0.24.1 since the TensorFlow documentation page skips 1.15

This commit is contained in:
Reuben Morais 2020-05-27 09:24:01 +02:00 committed by GitHub
parent 99c34df368
commit 65bbc9ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Clone our fork of TensorFlow and checkout the correct version:
Bazel: Download & Install
^^^^^^^^^^^^^^^^^^^^^^^^^
First, `find the version of Bazel <https://www.tensorflow.org/install/source#tested_build_configurations>`_ you need for this TensorFlow release. Next, `download and install the correct version of Bazel <https://docs.bazel.build/versions/master/install.html>`_.
First, install Bazel 0.24.1 following the `Bazel installation documentation <https://docs.bazel.build/versions/0.24.0/install.html>`_.
TensorFlow: Configure with Bazel
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^