From acfd90b55d6e83cc9a88291872e10b6c0fa1e12c Mon Sep 17 00:00:00 2001 From: barrierye Date: Mon, 16 Mar 2020 21:20:27 +0800 Subject: [PATCH] update link --- doc/RUN_IN_DOCKER.md | 4 ++-- doc/RUN_IN_DOCKER_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index aa68d9b8..e8d91e5b 100644 --- a/doc/RUN_IN_DOCKER.md +++ b/doc/RUN_IN_DOCKER.md @@ -18,7 +18,7 @@ You can get images in two ways: 2. Building image based on dockerfile - Create a new folder and copy [Dockerfile](../Dockerfile) to this folder, and run the following command: + Create a new folder and copy [Dockerfile](../tools/Dockerfile) to this folder, and run the following command: ```bash docker build -t hub.baidubce.com/ctr/paddleserving:0.1.3 . @@ -104,7 +104,7 @@ You can also get images in two ways: 2. Building image based on dockerfile - Create a new folder and copy [Dockerfile.gpu](../Dockerfile.gpu) to this folder, and run the following command: + Create a new folder and copy [Dockerfile.gpu](../tools/Dockerfile.gpu) to this folder, and run the following command: ```bash nvidia-docker build -t hub.baidubce.com/ctr/paddleserving:0.1.3-gpu . diff --git a/doc/RUN_IN_DOCKER_CN.md b/doc/RUN_IN_DOCKER_CN.md index 4298835c..ee9f02e3 100644 --- a/doc/RUN_IN_DOCKER_CN.md +++ b/doc/RUN_IN_DOCKER_CN.md @@ -18,7 +18,7 @@ Docker(GPU版本需要在GPU机器上安装nvidia-docker) 2. 基于Dockerfile构建镜像 - 建立新目录,复制[Dockerfile](../Dockerfile)内容到该目录下Dockerfile文件。执行 + 建立新目录,复制[Dockerfile](../tools/Dockerfile)内容到该目录下Dockerfile文件。执行 ```bash docker build -t hub.baidubce.com/ctr/paddleserving:0.1.3 . @@ -102,7 +102,7 @@ GPU版本与CPU版本基本一致,只有部分接口命名的差别(GPU版 2. 基于Dockerfile构建镜像 - 建立新目录,复制[Dockerfile.gpu](../Dockerfile.gpu)内容到该目录下Dockerfile文件。执行 + 建立新目录,复制[Dockerfile.gpu](../tools/Dockerfile.gpu)内容到该目录下Dockerfile文件。执行 ```bash nvidia-docker build -t hub.baidubce.com/ctr/paddleserving:0.1.3-gpu . -- GitLab