diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index f7d8f17d30bae33559e81b490e01f466d9f33655..e7f06a6660223819b92e692dca4199c0e8961f1f 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 cf70a8be327b119c039250c7bd95155df1160a57..6f008ca6a26e5cf7d28af6b3202e4bc5d9d326b2 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)。