📒
Aritra Documentation
  • Documentation Generation
  • Reference
    • Command Line Interface
      • wandb agent
      • wandb controller
      • wandb disabled
      • wandb docker
      • wandb enabled
      • wandb init
      • wandb local
      • wandb login
      • wandb offline
      • wandb online
      • wandb pull
      • wandb restore
      • wandb status
      • wandb sweep
      • wandb sync
      • wandb verify
      • wandb artifact
        • wandb artifact get
        • wandb artifact ls
        • wandb artifact put
        • wandb artifact cache
          • wandb artifact cache cleanup
      • wandb docker run
    • Python Library
      • wandb.Artifact
      • wandb.Run
      • wandb.agent
      • wandb.config
      • wandb.finish
      • wandb.init
      • wandb.log
      • wandb.save
      • wandb.summary
      • wandb.sweep
      • wandb.watch
      • Data Types
        • wandb.data_types.Audio
        • wandb.data_types.Graph
        • wandb.data_types.Histogram
        • wandb.data_types.Html
        • wandb.data_types.Image
        • wandb.data_types.Molecule
        • wandb.data_types.Object3D
        • wandb.data_types.Plotly
        • wandb.data_types.Table
        • wandb.data_types.Video
      • Integrations
        • Keras
          • wandb.keras.WandbCallback
      • Import & Export API
        • wandb.apis.public.Api
        • wandb.apis.public.Artifact
        • wandb.apis.public.File
        • wandb.apis.public.Files
        • wandb.apis.public.Project
        • wandb.apis.public.Projects
        • wandb.apis.public.Run
        • wandb.apis.public.Runs
        • wandb.apis.public.Sweep
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Command Line Interface

wandb local

Usage

wandb local [OPTIONS]

Summary

Launch local W&B container (Experimental)

Options

Option

Description

-p, --port

The host port to bind W&B local on

-e, --env

Env vars to pass to wandb/local

--daemon / --no-daemon

Run or don't run in daemon mode

--upgrade

Upgrade to the most recent version

--help

Show this message and exit.

Previouswandb initNextwandb login

Last updated 4 years ago

Was this helpful?