diff --git a/doc/fluid/beginners_guide/install/install_Docker_en.md b/doc/fluid/beginners_guide/install/install_Docker_en.md index c2211d480b735ec103cd34946e93f35294b836b7..2d13c6fed0853faf3b16bb2d7d6f03e7f7c3efec 100644 --- a/doc/fluid/beginners_guide/install/install_Docker_en.md +++ b/doc/fluid/beginners_guide/install/install_Docker_en.md @@ -65,7 +65,7 @@ You can find docker images of all versions of PaddlePaddle in [DockerHub](https: ### Anouncements * Python version is 2.7 in the image -* PaddlePaddle Docker doesn't install `vim` by default in order to decrease the volume, and you can execute `apt-get install -y vim` command in the container for compling codes. +* 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. ### Supplementary Instructions