镜像概览
- 完整引用
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… |