Skip to content

Commit f01fa5e

Browse files
Merge pull request #2171 from mohantym:doc_fix
PiperOrigin-RevId: 501861552
2 parents 39227e7 + 2ac06e5 commit f01fa5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/install/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ connect to the Internet, etc.). The
88
[TensorFlow Docker images](https://hub.docker.com/r/tensorflow/tensorflow/){:.external}
99
are tested for each release.
1010

11-
Docker is the easiest way to enable TensorFlow [GPU support](./gpu.md) on Linux since only the
11+
Docker is the easiest way to enable TensorFlow [GPU support](./pip.md) on Linux since only the
1212
[NVIDIA® GPU driver](https://github.com/NVIDIA/nvidia-docker/wiki/Frequently-Asked-Questions#how-do-i-install-the-nvidia-driver){:.external}
1313
is required on the *host* machine (the *NVIDIA® CUDA® Toolkit* does not need to
1414
be installed).
@@ -37,7 +37,7 @@ using the following format:
3737
|-------------|----------------------------------------------------------------------------------------------------------------------|
3838
| `latest` | The latest release of TensorFlow CPU binary image. Default. |
3939
| `nightly` | Nightly builds of the TensorFlow image. (Unstable.) |
40-
| *`version`* | Specify the *version* of the TensorFlow binary image, for example\: *2.1.0* |
40+
| *`version`* | Specify the *version* of the TensorFlow binary image, for example\: *2.8.3* |
4141
| `devel` | Nightly builds of a TensorFlow `master` development environment. Includes TensorFlow source code. |
4242
| `custom-op` | Special experimental image for developing TF custom ops. More info [here](https://github.com/tensorflow/custom-op). |
4343

0 commit comments

Comments
 (0)