mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small updates (#179)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user