From 1f511daa98ccb38888cf52602d7d0c06ac6fa472 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:36:02 +0200 Subject: [PATCH] Add remote PyCharm admonition --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2929ab1..038071c 100644 --- a/README.md +++ b/README.md @@ -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 - On the allocated instance it will spin **jupyter-lab** + **vscode server** + **SSH** access for 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: 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: -#### How Does Clearml enable this? +#### How Does ClearML enable this? The `clearml-session` creates a new interactive `Task` in the system (default project: DevOps).