mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Added debug and docker-args arguments (#361)
This commit is contained in:
parent
eec82a85a3
commit
c9e7bc0774
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user