Skip to content

Commit 2ac06e5

Browse files
authored
Update TF image example version in Docker guide
1 parent 89985ab commit 2ac06e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.8.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)