diff --git a/docs/apps/clearml_task.md b/docs/apps/clearml_task.md index dfaeed42..77ebff26 100644 --- a/docs/apps/clearml_task.md +++ b/docs/apps/clearml_task.md @@ -74,9 +74,9 @@ errors in identifying the correct default branch. | `--queue` | Select a task's execution queue. If not provided, a task is created but not launched | No | | `--repo` | URL of remote repository. Example: `--repo https://github.com/clearml/clearml.git` | No | | `--requirements` | Specify `requirements.txt` file to install when setting the session. By default, the` requirements.txt` from the repository will be used | No | -| `--skip-python-env-install` | If specified, agent will use the existing Python environment without installing packages. Only applies when running in Docker mode or on Kubernetes. | Yes | +| `--skip-python-env-install` | If specified, agent will use the existing Python environment without installing packages. Only applies when running in Docker mode or on Kubernetes. | No | | `--script` | Entry point script for the remote execution. When used with `--repo`, input the script's relative path inside the repository. For example: `--script source/train.py`. When used with `--folder`, it supports a direct path to a file inside the local repository itself, for example: `--script ~/project/source/train.py` | Yes | -| `--skip-repo-detection` | If specified, skip repository detection when a repository is not specified. No repository will be set in remote execution | Yes | +| `--skip-repo-detection` | If specified, skip repository detection when a repository is not specified. No repository will be set in remote execution | No | | `--skip-task-init` | If set, `Task.init()` call is not added to the entry point, and is assumed to be called within the script | No | | `--tags` | Add tags to the newly created task. For example: `--tags "base" "job"` | No | | `--task-type` | Set the task type. Optional values: training, testing, inference, data_processing, application, monitor, controller, optimizer, service, qc, custom | No |