From 4dc758ea3ffa171ec8c88bf18456b3ea21b389ee Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:40:59 +0300 Subject: [PATCH] Update ClearML Session (#827) --- docs/apps/clearml_session.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/apps/clearml_session.md b/docs/apps/clearml_session.md index 719a3398..5319b4f4 100644 --- a/docs/apps/clearml_session.md +++ b/docs/apps/clearml_session.md @@ -221,6 +221,7 @@ clearml-session --continue-session --store-workspace ~/workspace | `--continue-session` | Pass the session of a previous session to continue, restoring your workspace (see `--store-workspace`) | `none` | | `--debugging-session` | Pass existing Task ID, create a copy of the experiment on a remote machine, and launch Jupyter/SSH for interactive access. Example `--debugging-session `| `none`| | `--disable-session-cleanup` | If `True`, previous interactive sessions are not deleted | `false`| +| `--disable-store-defaults` | If set, do not store current setup as new default configuration| `none`| | `--docker`| Select the docker image to use in the interactive session |`nvidia/cuda:11.6.2-runtime-ubuntu20.04` or previously used docker image| | `--docker-args` | Add additional arguments for the docker image to use in the interactive session | `none` or the previously used docker-args | | `--force_dropbear`| Force using `dropbear` instead of SSHd |`none`|