From 909c9bd91d200b066d8872abb4a3f41f6a52c8aa Mon Sep 17 00:00:00 2001 From: barrierye Date: Mon, 30 Mar 2020 15:17:29 +0800 Subject: [PATCH] add link to COMPILE.md --- doc/RUN_IN_DOCKER.md | 7 ++++++- doc/RUN_IN_DOCKER_CN.md | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index f7d8f17d..e7f06a66 100644 --- a/doc/RUN_IN_DOCKER.md +++ b/doc/RUN_IN_DOCKER.md @@ -190,4 +190,9 @@ tar -xzf uci_housing.tar.gz print(fetch_map) ``` - + + + +## Attention + +The images provided by this document are all running images, which do not support compilation. If you want to compile from source, refer to [COMPILE](COMPILE.md). diff --git a/doc/RUN_IN_DOCKER_CN.md b/doc/RUN_IN_DOCKER_CN.md index cf70a8be..6f008ca6 100644 --- a/doc/RUN_IN_DOCKER_CN.md +++ b/doc/RUN_IN_DOCKER_CN.md @@ -181,3 +181,7 @@ tar -xzf uci_housing.tar.gz fetch_map = client.predict(feed={"x": data}, fetch=["price"]) print(fetch_map) ``` + +## 注意事项 + +该文档提供的镜像均为运行镜像,不支持开发编译。如果想要从源码编译,请查看[如何编译PaddleServing](COMPILE.md)。 -- GitLab