Skip to content

Commit

Permalink
update session
Browse files Browse the repository at this point in the history
  • Loading branch information
pollfly committed Dec 10, 2023
1 parent 641f1a9 commit b9a5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apps/clearml_session.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The Task must be connected to a git repository, since currently single script de
| `--shutdowm`, `-S`| Shut down an active session | Previous session|
| `--requirements`| Specify requirements.txt file to install when setting the interactive session. | `none` or previously used requirements (can be overridden by calling `--packages`)|
| `--packages`| Additional packages to add. Supports version numbers. Example: `--packages torch==1.7 tqdm` | Previously added packages.|
| `--upload-files`| Upload local files/folders to the remote session|`None`|
| `--upload-files`| Specify local files/folders to upload to the remote session|`None`|
| `--git-credentials` | If `True`, local `.git-credentials` file is sent to the interactive session.| `false`|
| `--docker`| Select the docker image to use in the interactive session on |`nvidia/cuda:10.1-runtime-ubuntu18.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 |
Expand Down

0 comments on commit b9a5d39

Please sign in to comment.