File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ connect to the Internet, etc.). The
8
8
[ TensorFlow Docker images] ( https://hub.docker.com/r/tensorflow/tensorflow/ ) {:.external}
9
9
are tested for each release.
10
10
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
12
12
[ NVIDIA® GPU driver] ( https://github.com/NVIDIA/nvidia-docker/wiki/Frequently-Asked-Questions#how-do-i-install-the-nvidia-driver ) {:.external}
13
13
is required on the * host* machine (the * NVIDIA® CUDA® Toolkit* does not need to
14
14
be installed).
@@ -37,7 +37,7 @@ using the following format:
37
37
| -------------| ----------------------------------------------------------------------------------------------------------------------|
38
38
| ` latest ` | The latest release of TensorFlow CPU binary image. Default. |
39
39
| ` 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 * |
41
41
| ` devel ` | Nightly builds of a TensorFlow ` master ` development environment. Includes TensorFlow source code. |
42
42
| ` custom-op ` | Special experimental image for developing TF custom ops. More info [ here] ( https://github.com/tensorflow/custom-op ) . |
43
43
You can’t perform that action at this time.
0 commit comments