diff --git a/doc/fluid/beginners_guide/install/install_Docker_en.md b/doc/fluid/beginners_guide/install/install_Docker_en.md index 0fb5f8b6b09a7ef096069a311db2c47c806620aa..5ff0d551f9bfcf33c58170837b6fc0916b09491d 100644 --- a/doc/fluid/beginners_guide/install/install_Docker_en.md +++ b/doc/fluid/beginners_guide/install/install_Docker_en.md @@ -62,7 +62,7 @@ Until now, you have installed PaddlePaddle with Docker successfully, for more us You can find docker images of all versions of PaddlePaddle in [DockerHub](https://hub.docker.com/r/paddlepaddle/paddle/tags/). -### Anouncements +### Tips * Python version is 2.7 in the images * PaddlePaddle Docker doesn't install `vim` by default in order to reduce the volume, and you can install it by executing `apt-get install -y vim` command in the container to edit codes.