diff --git a/docs/apps/clearml_task.md b/docs/apps/clearml_task.md index e228e898..34e71c04 100644 --- a/docs/apps/clearml_task.md +++ b/docs/apps/clearml_task.md @@ -69,7 +69,7 @@ errors in identifying the correct default branch. | `--requirements` | Specify `requirements.txt` file to install when setting the session. By default, the` requirements.txt` from the repository will be used | Yes | | `--packages` | Manually specify a list of required packages. Example: `--packages "tqdm>=2.1" "scikit-learn"` | Yes | | `--docker` | Select the Docker image to use in the remote task | Yes | -| `--docker_args` | Add Docker arguments, pass a single string | Yes | +| `--docker_args` | Add Docker arguments. Pass a single string in the following format: `--docker-args ""`. For example: `--docker-args "-v some_dir_1:other_dir_1 -v some_dir_2:other_dir_2"` | Yes | | `--docker_bash_setup_script` | Add a bash script to be executed inside the Docker before setting up the task's environment | Yes | | `--output-uri` | Set the task `output_uri`, upload destination for task models and artifacts | Yes | | `--task-type` | Set the task type. Optional values: training, testing, inference, data_processing, application, monitor, controller, optimizer, service, qc, custom | Yes |