Small updates (#179)

This commit is contained in:
pollfly
2022-02-06 11:53:47 +02:00
committed by GitHub
parent c73f86954c
commit 805f196018
4 changed files with 32 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ Use the `build` subcommand to create a worker environment without executing the
```bash
clearml-agent build [-h] --id TASK_ID [--target TARGET]
[--install-globally]
[--docker [DOCKER [DOCKER ...]]]
[--docker [DOCKER [DOCKER ...]]] [--force-docker]
[--python-version PYTHON_VERSION]
[--entry-point {reuse_task,clone_task}] [-O]
[--git-user GIT_USER] [--git-pass GIT_PASS]
@@ -73,6 +73,15 @@ clearml-agent build [-h] --id TASK_ID [--target TARGET]
---
**`force-docker`**
* Force using the agent-specified docker image (either explicitly in the `--docker` argument or using the agent's
default docker image). If provided, the agent will not use any docker container information stored in the task itself
(default `False`)
---
**`git-pass`**
* Git password for repository access.