Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.35 KB

File metadata and controls

51 lines (40 loc) · 2.35 KB

leap server install

Installs tensorleap on the local machine, running in a docker container

Synopsis

Installs tensorleap on the local machine, running in a docker container

leap server install [flags]

Options

      --airgap string                Installation file path for air-gap installation
  -c, --cert string                  Path to the TLS certificate file
      --chain string                 Path to the TLS chain file (optional)
      --clear-images                 Clear installation images after installation
      --cpu                          Use CPU for training and evaluating
      --cpu-limit string             Limit the CPU resources for the k3d cluster (e.g. 2 for 2 cores)
  -d, --data-dir string              Directory to store tensorleap data, by default using /var/lib/tensorleap/standalone or previous data directory
  -v, --dataset-volume stringArray   Dataset volume maps the user's local directory to the container's directory, enabling access to code integration for training and evaluation
      --disable-metrics              Disable metrics collection
      --domain string                Domain to be used for tensorleap server (default "localhost")
      --gpu-devices string           GPU devices to be used (e.g. 1 or 0,1,2 or all)
      --gpus uint                    Number of GPUs to be used
  -h, --help                         help for install
  -k, --key string                   Path to the TLS key file
      --local                        Install tensorleap from local helm charts
  -p, --port uint                    Port to be used for http server (default 4589)
      --proxy-url string             Proxy URL to be used for tensorleap server
      --registry-port uint           Port to be used for docker registry (default 5699)
  -t, --tag string                   Tag to be used for tensorleap installation, default is latest
      --tls-port uint                Port to be used for TLS (default 443)

Options inherited from parent commands

      --apiKey string   Tensorleap Api key
      --apiUrl string   Tensorleap api url
      --config string   config file (default is $HOME/.config/tensorleap/config.yaml)
      --info            Show server info

SEE ALSO

  • leap server - Manage local server installation of Tensorleap
Auto generated by spf13/cobra on 4-Aug-2025