From c9e7bc0774f61966b30a3f9af5205c42a5fd330d Mon Sep 17 00:00:00 2001 From: Bart Derudder Date: Tue, 8 Nov 2022 14:40:36 +0100 Subject: [PATCH] Added debug and docker-args arguments (#361) --- docs/apps/clearml_session.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apps/clearml_session.md b/docs/apps/clearml_session.md index de693be8..d431de05 100644 --- a/docs/apps/clearml_session.md +++ b/docs/apps/clearml_session.md @@ -144,6 +144,8 @@ The Task must be connected to a git repository, since currently single script de | Command line options | Description | Default value | |-----|---|---| +| `--debug ` | Increase verbosity of logging | `none` | +| `--docker-args ` | Add additional arguments for the docker image to use in the interactive session | `none` or the previously used docker-args | | `--jupyter-lab` | Download a JupyterLab environment | `true` | | `--vscode-server` | Download a VSCode environment | `true` | | `--public-ip` | Register the public IP of the remote machine (if you are running the session on a public cloud) | Session runs on the machine whose agent is executing the session|