Skip to content

Commit

Permalink
docs: add cn docker
Browse files Browse the repository at this point in the history
Add: methods to increase the speed of pulling domestic mirror images
  • Loading branch information
Zeyi-Lin committed Sep 5, 2024
1 parent a2bccd9 commit 4520786
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ docker pull linzeyi/hivision_idphotos:v1
docker tag linzeyi/hivision_idphotos:v1 hivision_idphotos
```

国内拉取加速:

```bash
docker pull registry.cn-hangzhou.aliyuncs.com/swanhub/hivision_idphotos:v1
docker tag registry.cn-hangzhou.aliyuncs.com/swanhub/hivision_idphotos:v1 hivision_idphotos
```

**方式二:Dockrfile 直接构建镜像:**

在确保将模型权重文件[hivision_modnet.onnx](https://github.com/Zeyi-Lin/HivisionIDPhotos/releases/tag/pretrained-model)放到根目录下后,在根目录执行:
Expand Down

0 comments on commit 4520786

Please sign in to comment.