diff --git a/docs/tutorials/INSTALL.md b/docs/tutorials/INSTALL.md index b34798d16acedf33e6ce41f0ded9427440c05b08..418289b0d4b34c3e4b3df05adb52c0dc277e33dd 100644 --- a/docs/tutorials/INSTALL.md +++ b/docs/tutorials/INSTALL.md @@ -110,6 +110,16 @@ Ran 7 tests in 12.816s OK ``` +## Use built Docker images + +> If you do not have a Docker environment, please refer to [Docker](https://www.docker.com/). + +We provide docker images containing the latest PaddleDetection code, and all environment and package dependencies are pre-installed. All you have to do is to **pull and run the docker image**. Then you can enjoy PaddleDetection without any extra steps. + +Get these images and guidance in [docker hub](https://hub.docker.com/repository/docker/paddlecloud/paddledetection), including CPU, GPU, ROCm environment versions. + +If you have some customized requirements about automatic building docker images, you can get it in github repo [PaddlePaddle/PaddleCloud](https://github.com/PaddlePaddle/PaddleCloud/tree/main/tekton). + ## Inference demo **Congratulation!** Now you have installed PaddleDetection successfully and try our inference demo: diff --git a/docs/tutorials/INSTALL_cn.md b/docs/tutorials/INSTALL_cn.md index e839a11a8f046c1f87917d0cdd0e702d5e1a62e0..4afa7600f3dcd7ec1b3feb9d1cf0285b4de3bde5 100644 --- a/docs/tutorials/INSTALL_cn.md +++ b/docs/tutorials/INSTALL_cn.md @@ -103,6 +103,14 @@ Ran 7 tests in 12.816s OK ``` +## 使用Docker镜像 +> 如果您没有Docker运行环境,请参考[Docker官网](https://www.docker.com/)进行安装。 + +我们提供了包含最新 PaddleDetection 代码的docker镜像,并预先安装好了所有的环境和库依赖,您只需要**拉取docker镜像**,然后**运行docker镜像**,无需其他任何额外操作,即可开始使用PaddleDetection的所有功能。 + +在[Docker Hub](https://hub.docker.com/repository/docker/paddlecloud/paddledetection)中获取这些镜像及相应的使用指南,包括CPU、GPU、ROCm版本。 +如果您对自动化制作docker镜像感兴趣,或有自定义需求,请访问[PaddlePaddle/PaddleCloud](https://github.com/PaddlePaddle/PaddleCloud/tree/main/tekton)做进一步了解。 + ## 快速体验 **恭喜!** 您已经成功安装了PaddleDetection,接下来快速体验目标检测效果