Skip to content

monitoring

tensorboard

python
def tensorboard(envd_port=6006,
                envd_dir="/home/envd/logs",
                host_port=0,
                host_dir="/tmp")

Configure TensorBoard.

Make sure you have permission for host_dir

Arguments:

  • envd_port Optional[int] - port used by envd container
  • envd_dir Optional[str] - log storage mount path in the envd container
  • host_port Optional[int] - port used by the host, if not specified or equals to 0, envd will randomly choose a free port
  • host_dir Optional[str] - log storage mount path in the host

Released under the Apache-2.0 License. Built with VitePress.