From 41503d677b321e4e5507f64292f408e19f48a1ea Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 13 Mar 2024 13:50:44 +0200 Subject: [PATCH 1/2] Small edits --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 510c82f..396ddc4 100644 --- a/README.md +++ b/README.md @@ -126,17 +126,17 @@ or drop into **SSH** shell by typing `shell`. Open your terminal, clone your code & start working :) -> ℹ️ **TIP**: You can additional python package to your remote session setup by adding `--packages` to the command line, -> for example to add `boto3` add `--packages "boto3>1"` +> ℹ️ **TIP**: You can additional python package to your remote session setup by adding `--packages` to the command line. +> For example: to add `boto3`, add `--packages "boto3>1"`. > ℹ️ **TIP**: If you need direct SSH into the remote container from your terminal, -> you can directly drop into a shell by adding `--shell` to the command line +> you can directly drop into a shell by adding `--shell` to the command line. ### 📞 Leaving a session and reconnecting to it -On the `clearml-session` CLI terminal, enter 'quit' or press `Ctrl-C` -It will close the CLI but preserve the remote session (i.e. remote session will remain running) +On the `clearml-session` CLI terminal, enter 'quit' or press `Ctrl-C`. +It will close the CLI but preserve the remote session (i.e. remote session will remain running). When you want to reconnect to it, execute: ``` bash @@ -150,7 +150,7 @@ Checking previous session Connect to active session id=3d38e738c5ff458a9ec465e77e19da23 [Y]/n? ``` -### Shutting down a remote session +### ⏻ Shutting down a remote session On the `clearml-session` CLI terminal, enter 'shutdown' (case-insensitive). It will shut down the remote session, free the resource and close the CLI: @@ -178,7 +178,7 @@ clearml-session shutdown --id Continue working on an interactive session from **any** machine. In the `clearml` web UI, go to the DevOps project, and find your interactive session. -Click on the ID button next to the Task name, and copy the unique ID. +Click the `ID` button next to the Task name to the unique ID. ```bash clearml-session --attach From b253a05b4410685372a723a8ac5b8e7ccf908bc1 Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 13 Mar 2024 13:52:05 +0200 Subject: [PATCH 2/2] Small edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396ddc4..4f4be11 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ clearml-session shutdown --id Continue working on an interactive session from **any** machine. In the `clearml` web UI, go to the DevOps project, and find your interactive session. -Click the `ID` button next to the Task name to the unique ID. +Click the `ID` button next to the Task name to copy the unique ID. ```bash clearml-session --attach