mv docker to deploy/docker

This commit is contained in:
LDOUBLEV 2020-09-15 22:23:25 +08:00
parent ed6b2f0c71
commit 74f983d182
5 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ git clone https://github.com/PaddlePaddle/PaddleOCR.git
```
b. Goto Dockerfile directorypsNeed to distinguish between cpu and gpu version, the following takes cpu as an example, gpu version needs to replace the keyword
```
cd docker/cpu
cd deploy/docker/cpu
```
c. Build image
```

View File

@ -20,7 +20,7 @@ git clone https://github.com/PaddlePaddle/PaddleOCR.git
```
b.切换至Dockerfile目录需要区分cpu或gpu版本下文以cpu为例gpu版本需要替换一下关键字即可
```
cd docker/cpu
cd deploy/docker/cpu
```
c.生成镜像
```