概要
- フル名
docker.io/exadel/compreface-fe- Registry
- docker.io
- 名前空間
- exadel
- リポジトリ
- compreface-fe
- キャッシュ Tag 数
- 11
- 最終同期
- 07/06/2026, 05:27 AM
概要
CompreFace 人脸识别前端 Web 镜像,提供模型测试与 API 文档界面,需 compreface-admin 后端 API 同栈。
詳細
exadel/compreface-fe 运行 CompreFace Dashboard SPA,连接 admin API 进行人脸注册与识别测试。定位为 AI 视觉 Web 前端,几乎无状态;K8s Deployment + Ingress 内网视觉 AI 平台入口。
快速启动
docker run -d --name compreface-fe \
-p 8080:80 \
-e API_URL=http://compreface-admin:8080 \
docker.io/exadel/compreface-fe:latest
推荐实践
docker run -d --name compreface-fe \
--restart unless-stopped \
-p 8080:80 \
-e API_URL=http://compreface-admin:8080 \
docker.io/exadel/compreface-fe:1.2.0
核心参数说明
-p 8080:80— Dashboard Web 端口-e API_URL— Admin API 地址--restart unless-stopped— 前端持续在线- 固定 tag — CompreFace pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: compreface-fe
spec:
replicas: 2
selector:
matchLabels:
app: compreface-fe
template:
metadata:
labels:
app: compreface-fe
spec:
containers:
- name: fe
image: docker.io/exadel/compreface-fe:1.2.0
ports:
- containerPort: 80
env:
- name: API_URL
value: "http://compreface-admin:8080"
---
apiVersion: v1
kind: Service
metadata:
name: compreface-fe
spec:
selector:
app: compreface-fe
ports:
- port: 80
targetPort: 80
Ingress TLS;admin/core 独立 Service。
最新 Tag(20 件)
すべての 11 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/exadel/compreface-fe :latest | linux/amd64 | 2023/08/15 04:29 | 52.3 MB | sha256:3c92742ba752… | |||
docker.io/exadel/compreface-fe :1.2.0 | linux/amd64 | 2023/08/15 04:26 | 52.3 MB | sha256:3c92742ba752… | |||
docker.io/exadel/compreface-fe :1.1.0 | linux/amd64 | 2023/03/09 21:02 | 52.3 MB | sha256:b4565bc22137… | |||
docker.io/exadel/compreface-fe :1.0.1 | linux/amd64 | 2022/07/13 17:50 | 51.9 MB | sha256:9cf573af8abf… | |||
docker.io/exadel/compreface-fe :1.0.0 | linux/amd64 | 2022/04/10 17:00 | 51.9 MB | sha256:bb52c4b01df1… | |||
docker.io/exadel/compreface-fe :0.6.1 | linux/amd64 | 2021/10/20 20:53 | 51.9 MB | sha256:6dbbea1760a8… | |||
docker.io/exadel/compreface-fe :0.6.0 | linux/amd64 | 2021/08/29 22:54 | 51.9 MB | sha256:43ea9877f97c… | |||
docker.io/exadel/compreface-fe :0.5.1 | linux/amd64 | 2021/05/30 17:35 | 51.5 MB | sha256:948272004420… | |||
docker.io/exadel/compreface-fe :0.5.0 | linux/amd64 | 2021/04/25 16:51 | 51.5 MB | sha256:fc57cf00ebfb… | |||
docker.io/exadel/compreface-fe :0.4.1 | linux/amd64 | 2021/01/23 22:45 | 51.4 MB | sha256:c1e91d4c6b94… | |||
docker.io/exadel/compreface-fe :0.4.0 | linux/amd64 | 2020/11/28 21:28 | 51.4 MB | sha256:743a24f5779c… |