Add new clearml-agent configuration options (#404)

This commit is contained in:
pollfly 2022-12-11 15:33:09 +02:00 committed by GitHub
parent 40652b36c9
commit 20881e387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -20,6 +20,7 @@ but can be overridden by command-line arguments.
|**CLEARML_DOCKER_SKIP_GPUS_FLAG** | Skips the GPUs flag (support for docker V18 |
|**CLEARML_AGENT_DOCKER_ARGS_HIDE_ENV** | Hide Docker environment variables containing secrets when printing out the Docker command. When printed, the variable values will be replaced by `********`. See [`agent.hide_docker_command_env_vars`](../configs/clearml_conf.md#hide_docker) |
|**CLEARML_AGENT_DISABLE_SSH_MOUNT** | Disables the auto `.ssh` mount into the docker |
|**CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES** | If set to `true`, overrides default [`agent.package_manager.system_site_packages: true`](../configs/clearml_conf.md#system_site_packages) behavior when running tasks in containers (docker mode and k8s-glue)|
|**CLEARML_AGENT_GIT_USER** | Sets the Git user for ClearML Agent |
|**CLEARML_AGENT_GIT_PASS** | Sets the Git password for ClearML Agent |
|**CLEARML_AGENT_GIT_HOST** | Sets Git host (only sending login to this host) |

View File

@ -98,7 +98,15 @@ continue running. When set to `true`, the agent crashes when encountering an exc
overrides this configuration option.
___
**`agent.disable_task_docker_override`** (*bool*)
* If set to `true`, agent uses the default docker image and ignores any docker image and arguments specified in the
task's container section (if setup shell script is specified in task container section, it is used
in either case).
---
**`agent.docker_apt_cache`** (*string*)
* The apt (Linux package tool) cache folder for mapping Ubuntu package caching into Docker.
@ -485,6 +493,8 @@ ___
---
<a id="system_site_packages"/>
**`agent.package_manager.system_site_packages`** (*bool*)
* Indicates whether Python packages for virtual environments are inherited from the system when building a virtual environment