概要
- フル名
docker.io/kqstone/mt-photos-insightface-unofficial- Registry
- docker.io
- 名前空間
- kqstone
- リポジトリ
- mt-photos-insightface-unofficial
- キャッシュ Tag 数
- 5
- 最終同期
- 07/06/2026, 03:03 AM
概要
MT Photos InsightFace 人脸识别插件镜像,为 MT Photos 相册提供人脸检测与聚类,需 GPU 加速,非独立 Web 服务。
詳細
kqstone/mt-photos-insightface-unofficial 运行 InsightFace 推理服务,为 MT Photos 相册提供人脸检测、embedding 与聚类 API。定位为 GPU ML 推理 sidecar,需 --gpus all 与 MT Photos 同栈;docker compose 旁路部署,非独立 K8s 业务服务。
快速启动
docker run -d --name insightface \
--gpus all \
-p 8066:8066 \
docker.io/kqstone/mt-photos-insightface-unofficial:latest
推荐实践
docker run -d --name insightface \
--gpus all \
--restart unless-stopped \
-p 8066:8066 \
-v /data/insightface-models:/models \
docker.io/kqstone/mt-photos-insightface-unofficial:1.0.0
核心参数说明
--gpus all— GPU 人脸推理加速-p 8066:8066— InsightFace API 端口- 依赖 — MT Photos 相册同栈
- 定位 — GPU ML sidecar
最新 Tag(20 件)
すべての 5 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/kqstone/mt-photos-insightface-unofficial :0.22 | linux/amd64 | 2024/05/17 18:35 | 569.7 MB | sha256:8467195b33cd… | |||
docker.io/kqstone/mt-photos-insightface-unofficial :latest | linux/amd64 | 2024/05/17 18:34 | 569.7 MB | sha256:8467195b33cd… | |||
docker.io/kqstone/mt-photos-insightface-unofficial :0.21 | linux/amd64 | 2024/05/09 14:03 | 569.7 MB | sha256:5965799c6472… | |||
docker.io/kqstone/mt-photos-insightface-unofficial :0.20 | linux/amd64 | 2024/05/07 10:24 | 913.3 MB | sha256:010cb04bda00… | |||
docker.io/kqstone/mt-photos-insightface-unofficial :0.1 | linux/amd64 | 2024/05/06 00:06 | 913.3 MB | sha256:5f2a0dfdf945… |