提交 45dbec2c 编写于 作者: B barrierye

update link

上级 c8d4eba3
......@@ -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 .
......
......@@ -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 .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册