From 0a56af8266af565c2a33c8bada1931377dc4c7a9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 17 Oct 2016 07:21:51 +0000 Subject: [PATCH] Deploy to GitHub Pages: b22e50ede3e3803e34ccea29ab096a8ad664c129 --- .../_sources/build_and_install/install/docker_install.txt | 4 ++-- doc_cn/build_and_install/install/docker_install.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc_cn/_sources/build_and_install/install/docker_install.txt b/doc_cn/_sources/build_and_install/install/docker_install.txt index 44aa2a0983f..a5f5fb117e1 100644 --- a/doc_cn/_sources/build_and_install/install/docker_install.txt +++ b/doc_cn/_sources/build_and_install/install/docker_install.txt @@ -23,9 +23,9 @@ PaddlePaddle提供的Docker镜像版本 +-----------------+------------------+------------------------+-----------------------+ | GPU | gpu-latest | gpu-devel-latest | gpu-demo-latest | +-----------------+------------------+------------------------+-----------------------+ -| CPU WITHOUT AVX | cpu-noavx-latest | cpu-devel-noavx-latest | cpu-demo-noavx-latest | +| CPU WITHOUT AVX | cpu-noavx-latest | cpu-noavx-devel-latest | cpu-noavx-demo-latest | +-----------------+------------------+------------------------+-----------------------+ -| GPU WITHOUT AVX | gpu-noavx-latest | gpu-devel-noavx-latest | gpu-demo-noavx-latest | +| GPU WITHOUT AVX | gpu-noavx-latest | gpu-noavx-devel-latest | gpu-noavx-demo-latest | +-----------------+------------------+------------------------+-----------------------+ 其中,横向包括三个版本,normal,devel和demo。 diff --git a/doc_cn/build_and_install/install/docker_install.html b/doc_cn/build_and_install/install/docker_install.html index 0e1d4dec10d..3daf3e4aace 100644 --- a/doc_cn/build_and_install/install/docker_install.html +++ b/doc_cn/build_and_install/install/docker_install.html @@ -97,13 +97,13 @@ var _hmt = _hmt || []; CPU WITHOUT AVX cpu-noavx-latest -cpu-devel-noavx-latest -cpu-demo-noavx-latest +cpu-noavx-devel-latest +cpu-noavx-demo-latest GPU WITHOUT AVX gpu-noavx-latest -gpu-devel-noavx-latest -gpu-demo-noavx-latest +gpu-noavx-devel-latest +gpu-noavx-demo-latest -- GitLab