镜像概览
- 完整引用
docker.io/wandb/local- Registry
- docker.io
- 命名空间
- wandb
- 仓库
- local
- 已缓存 Tag 数
- 264
- 最近同步
- 07/13/2026, 03:31 PM
简介
Weights & Biases Local 镜像,ML 实验跟踪私有化部署,训练 Metrics/Artifacts/模型版本管理与团队协作平台。
详细介绍
wandb/local 运行 Weights & Biases 本地部署版,提供 ML 实验跟踪、超参对比、Artifact 管理与团队协作 Web 平台。定位为 MLOps 实验管理平台,需 PostgreSQL/MySQL 与 S3/本地存储;企业 ML 实验私有化、训练 Run 可视化或替代 W&B Cloud 的内网方案。
快速启动
docker run -d --name wandb-local \
-p 8080:8080 \
-v /data/wandb:/vol \
docker.io/wandb/local:latest
推荐实践
docker run -d --name wandb-local \
--restart unless-stopped \
-p 8080:8080 \
-e LICENSE=your-license-key \
-v /data/wandb:/vol \
docker.io/wandb/local:0.50.0
核心参数说明
-p 8080:8080— W&B Web UI-v .../wandb:...— 实验数据持久化LICENSE— 本地版 License 密钥- SDK —
WANDB_BASE_URL指向此实例
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: wandb-local
spec:
replicas: 1
selector:
matchLabels:
app: wandb-local
template:
metadata:
labels:
app: wandb-local
spec:
containers:
- name: wandb
image: docker.io/wandb/local:0.50.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: wandb-env
volumeMounts:
- name: data
mountPath: /vol
volumes:
- name: data
persistentVolumeClaim:
claimName: wandb-data
---
apiVersion: v1
kind: Service
metadata:
name: wandb-local
spec:
selector:
app: wandb-local
ports:
- port: 8080
targetPort: 8080
PVC 存 Artifacts;Ingress 限 ML 团队。
最新 Tag(20 条)
查看全部 264 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/wandb/local :latest | linux/amd64 | 2026/07/09 01:18 | 1.6 GB | sha256:c9edd35abe64… | |||
docker.io/wandb/local :0.82.2 | linux/amd64 | 2026/07/09 01:18 | 1.6 GB | sha256:c9edd35abe64… | |||
docker.io/wandb/local :0.82.1 | linux/amd64 | 2026/07/02 05:39 | 1.6 GB | sha256:515733d7e5be… | |||
docker.io/wandb/local :0.82.0 | linux/amd64 | 2026/06/24 01:03 | 1.6 GB | sha256:038fad2fa3e8… | |||
docker.io/wandb/local :0.81.3 | linux/amd64 | 2026/06/10 02:36 | 1.5 GB | sha256:5c4fd800b736… | |||
docker.io/wandb/local :0.81.2 | linux/amd64 | 2026/06/09 02:54 | 1.5 GB | sha256:8c12199d7f2a… | |||
docker.io/wandb/local :0.81.1 | linux/amd64 | 2026/06/04 22:55 | 1.5 GB | sha256:2dfb7793bb90… | |||
docker.io/wandb/local :0.81.0 | linux/amd64 | 2026/06/02 22:59 | 1.5 GB | sha256:9b7abba31c01… | |||
docker.io/wandb/local :0.80.1 | linux/amd64 | 2026/05/07 01:31 | 1.5 GB | sha256:766e779e2fce… | |||
docker.io/wandb/local :0.80.0 | linux/amd64 | 2026/04/29 07:30 | 1.5 GB | sha256:f1add9ee89dd… | |||
docker.io/wandb/local :0.79.2 | linux/amd64 | 2026/04/14 23:13 | 1.4 GB | sha256:689d06d9e20a… | |||
docker.io/wandb/local :0.79.1 | linux/amd64 | 2026/04/02 00:26 | 1.4 GB | sha256:574f536df0b5… | |||
docker.io/wandb/local :0.79.0 | linux/amd64 | 2026/03/25 13:21 | 1.3 GB | sha256:347d647d65ab… | |||
docker.io/wandb/local :0.78.2 | linux/amd64 | 2026/03/11 10:09 | 1.3 GB | sha256:78665bf6ea79… | |||
docker.io/wandb/local :0.78.1 | linux/amd64 | 2026/03/06 01:34 | 1.3 GB | sha256:d61790b25f5a… | |||
docker.io/wandb/local :0.78.0 | linux/amd64 | 2026/03/04 01:55 | 1.3 GB | sha256:4c7d2d83568f… | |||
docker.io/wandb/local :0.77.1 | linux/amd64 | 2026/01/29 05:42 | 1.3 GB | sha256:a36da98cb8db… | |||
docker.io/wandb/local :0.77.0 | linux/amd64 | 2026/01/22 03:49 | 1.3 GB | sha256:9996657bd8f2… | |||
docker.io/wandb/local :0.76.3 | linux/amd64 | 2025/12/18 01:42 | 1.4 GB | sha256:9ea25393f1cd… | |||
docker.io/wandb/local :0.76.2 | linux/amd64 | 2025/12/11 02:15 | 1.4 GB | sha256:a649bef0729e… |