From edcbf9b2995686f30bea977e0cc9384b56c5652f Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:46:39 +0800 Subject: [PATCH] Update doc/fluid/beginners_guide/install/install_Docker_en.md Co-Authored-By: Hao Wang <31058429+haowang101779990@users.noreply.github.com> --- doc/fluid/beginners_guide/install/install_Docker_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/beginners_guide/install/install_Docker_en.md b/doc/fluid/beginners_guide/install/install_Docker_en.md index 2d13c6fed..0fb5f8b6b 100644 --- a/doc/fluid/beginners_guide/install/install_Docker_en.md +++ b/doc/fluid/beginners_guide/install/install_Docker_en.md @@ -64,7 +64,7 @@ You can find docker images of all versions of PaddlePaddle in [DockerHub](https: ### Anouncements -* Python version is 2.7 in the image +* 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. ### Supplementary Instructions -- GitLab