Edit remote session sections (#838)

This commit is contained in:
pollfly
2024-05-15 15:54:24 +03:00
committed by GitHub
parent e2dc79e91f
commit ffb4155e6c
3 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,11 @@ in the UI and send it for long-term training on a remote machine.
ClearML provides tools that allow you to launch remote sessions and to execute code on a remote machine that better
meets resource needs:
* [Clearml Session CLI](apps/clearml_session.md) - Launch a JupyterLab and VS Code session on a remote machine
* [Clearml Session CLI](apps/clearml_session.md) - Launch an interactive JupyterLab, VS Code, and SSH session on a remote machine:
* Automatically store and sync your [interactive session workspace](apps/clearml_session.md#storing-and-synchronizing-workspace)
* Replicate a previously executed experiment's execution environment and [interactively execute and debug](apps/clearml_session.md#starting-a-debugging-session) it on a remote session
* Develop directly inside your Kubernetes pods [see ClearML Agent](clearml_agent.md#kubernetes)
* And more!
* GUI Applications (available under ClearML Enterprise Plan) - These apps provide local links to access JupyterLab or
VS Code on a remote machine over a secure and encrypted SSH connection, letting you use the IDE as if you're running
on the target machine itself.