Run wandb on your own network!
On a machine with https://docker.com and Python installed run the following commands to startup our server:
pip install wandb --upgradewandb localThis 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
Weights & Biases (W&B), is a developer first MLOps platform. See our docs for more information.
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.
Content type
Image
Digest
sha256:473b46ab9…
Size
1.5 GB
Last updated
2 days ago
docker pull wandb/local