Sign inSign up

wandb/local

By wandb

•Updated 2 days ago

Run https://wandb.com on your own servers.

Image
23

1M+

wandb/local repository overview

⁠wandb/local

Run wandb⁠ on your own network!

⁠Quickstart

On a machine with https://docker.com⁠ and Python installed run the following commands to startup our server:

  1. pip install wandb --upgrade
  2. wandb local

This will start our server and forward port 8080 on the host. To have other machines report metrics to this server run: wandb login --host=http://X.X.X.X:8080. You can also configure other machines with the following environment variables:

WANDB_BASE_URL=http://X.X.X.X:8080
WANDB_API_KEY=XXXX

⁠What is this?

Weights & Biases (W&B), is a developer first MLOps platform. See our docs⁠ for more information.

⁠Production

By default this Docker container is not appropriate for production environments. You can email [email protected] to obtain a license that unlocks production features such as external MySQL, cloud storage, and SSO. You should always place a load balancer that can terminate SSL in front of this service if it's exposed on the internet. A simple SSL proxy can be setup with services such as CloudFlare⁠.

Tag summary

Content type

Image

Digest

sha256:473b46ab9…

Size

1.5 GB

Last updated

2 days ago

docker pull wandb/local