Skip to content

Commit 4279a23

Browse files
committed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_dead_link
2 parents 57bac90 + f2fc4d4 commit 4279a23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/tutorials/quick_start/index_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ paddle train \
391391
--use_gpu=false
392392
```
393393

394-
We do not provide examples on how to train on clusters. If you want to train on clusters, please follow the <a href = "../../howto/cluster/cluster_train_en.html">distributed training</a> documentation or other demos for mode details.
394+
We do not provide examples on how to train on clusters here. If you want to train on clusters, please follow the <a href = "../../howto/cluster/cluster_train_en.html">distributed training</a> documentation or other demos for more details.
395395

396396
## Inference
397397
You can use the trained model to perform prediction on the dataset with no labels. You can also evaluate the model on dataset with labels to obtain its test accuracy.

paddle/scripts/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1212
clang-3.8 llvm-3.8 libclang-3.8-dev \
1313
&& apt-get clean -y
14-
RUN cd /usr/src/gtest && cmake . && make && sudo cp *.a /usr/lib
14+
RUN cd /usr/src/gtest && cmake . && make && cp *.a /usr/lib
1515
RUN pip install -U BeautifulSoup docopt PyYAML pillow \
1616
sphinx sphinx_rtd_theme recommonmark
1717

paddle/scripts/docker/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1212
clang-3.8 llvm-3.8 libclang-3.8-dev \
1313
&& apt-get clean -y
14-
RUN cd /usr/src/gtest && cmake . && make && sudo cp *.a /usr/lib
14+
RUN cd /usr/src/gtest && cmake . && make && cp *.a /usr/lib
1515
RUN pip install -U BeautifulSoup docopt PyYAML pillow \
1616
sphinx sphinx_rtd_theme recommonmark
1717

0 commit comments

Comments
 (0)