mirror of
https://github.com/clearml/clearml-session
synced 2025-02-07 13:22:17 +00:00
Add remote PyCharm admonition
This commit is contained in:
parent
ae09bf3bed
commit
1f511daa98
@ -24,7 +24,10 @@ Starting a clearml (ob)session from your local machine triggers the following:
|
|||||||
- ClearML allocates a remote instance (GPU) from your dedicated pool
|
- ClearML allocates a remote instance (GPU) from your dedicated pool
|
||||||
- On the allocated instance it will spin **jupyter-lab** + **vscode server** + **SSH** access for
|
- On the allocated instance it will spin **jupyter-lab** + **vscode server** + **SSH** access for
|
||||||
interactive usage (i.e., development)
|
interactive usage (i.e., development)
|
||||||
- Clearml will start monitoring machine performance, allowing DevOps to detect stale instances and spin them down
|
- ClearML will start monitoring machine performance, allowing DevOps to detect stale instances and spin them down
|
||||||
|
|
||||||
|
> ℹ️ **Remote PyCharm:** You can also work with PyCharm in a remote session over SSH. Use the [PyCharm Plugin](https://github.com/allegroai/clearml-pycharm-plugin) to automatically sync local configurations with a remote session.
|
||||||
|
|
||||||
|
|
||||||
### Use-cases for remote interactive sessions:
|
### Use-cases for remote interactive sessions:
|
||||||
1. Development requires resources not available on the current developer's machines
|
1. Development requires resources not available on the current developer's machines
|
||||||
@ -69,7 +72,7 @@ See below for full CLI options.
|
|||||||
|
|
||||||
## Frequently Asked Questions:
|
## Frequently Asked Questions:
|
||||||
|
|
||||||
#### How Does Clearml enable this?
|
#### How Does ClearML enable this?
|
||||||
|
|
||||||
The `clearml-session` creates a new interactive `Task` in the system (default project: DevOps).
|
The `clearml-session` creates a new interactive `Task` in the system (default project: DevOps).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user