From 134e9fb17e5b1b2b84c097260d5566f83fef4f8a Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:47:00 +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 0fb5f8b6b..5ff0d551f 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. -- GitLab