From 2e0f46251afaed0f7146b923d979865adcb08ca9 Mon Sep 17 00:00:00 2001 From: liaogang Date: Mon, 13 Mar 2017 15:45:39 +0800 Subject: [PATCH] follow comment to revise subtitles --- doc/getstarted/build_and_install/docker_install_cn.rst | 4 ++-- doc/getstarted/build_and_install/docker_install_en.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/getstarted/build_and_install/docker_install_cn.rst b/doc/getstarted/build_and_install/docker_install_cn.rst index 13b256e4856..af889ec9d1b 100644 --- a/doc/getstarted/build_and_install/docker_install_cn.rst +++ b/doc/getstarted/build_and_install/docker_install_cn.rst @@ -4,8 +4,8 @@ PaddlePaddle的Docker容器使用方式 PaddlePaddle目前唯一官方支持的运行的方式是Docker容器。因为Docker能在所有主要操作系统(包括Linux,Mac OS X和Windows)上运行。 请注意,您需要更改 `Dockers设置 `_ 才能充分利用Mac OS X和Windows上的硬件资源。 -纯CPU和GPU的docker镜像 ----------------------- +纯CPU和GPU的docker镜像使用说明 +------------------------------ 对于每一个PaddlePaddle版本,我们都会发布两个Docker镜像:纯CPU的和GPU的。 我们通过设置 `dockerhub.com `_ 自动生成最新的docker镜像: diff --git a/doc/getstarted/build_and_install/docker_install_en.rst b/doc/getstarted/build_and_install/docker_install_en.rst index ddb7a2952b8..606746597ac 100644 --- a/doc/getstarted/build_and_install/docker_install_en.rst +++ b/doc/getstarted/build_and_install/docker_install_en.rst @@ -9,8 +9,8 @@ Please be aware that you will need to change `Dockers settings of your hardware resource on Mac OS X and Windows. -CPU-only and GPU Images ------------------------- +Usage of CPU-only and GPU Images +---------------------------------- For each version of PaddlePaddle, we release 2 Docker images, a CPU-only one and a CUDA GPU one. We do so by configuring -- GitLab