Skip to content

Commit bf26679

Browse files
committed
update docker_install_en.rst
1 parent 8f08fa1 commit bf26679

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/getstarted/build_and_install/docker_install_en.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ The general development workflow with Docker and Bazel is as follows:
4444
cd paddle
4545
docker build -t paddle:dev -f paddle/scripts/docker/Dockerfile .
4646
47-
Apt-get source errors may occur when building paddle docker image.
48-
**You can specify the UBUNTU MIRROR with** :code:`--build-arg UBUNTU_MIRROR` **like the example below.**
47+
Sometimes docker build might suffer from a slow network connection to the official Ubuntu apt-source servers. In such case, we can specify an apt-source mirror server that is geologically nearer to us. In the following example, we specified an apt-source server that responds fast in China.You can specify the UBUNTU MIRROR with :code:`--build-arg UBUNTU_MIRROR` like the example below.
4948

5049
.. code-block:: bash
5150

0 commit comments

Comments
 (0)