mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
Add configuration vault exceptions (#698)
This commit is contained in:
parent
9f2ed78d8c
commit
b4906498db
@ -172,7 +172,17 @@ Administrators can define multiple [configuration vaults](#configuration-vault)
|
|||||||
where a ClearML task is executed. Configuration vault values will be applied to tasks run by members of the designated user groups.
|
where a ClearML task is executed. Configuration vault values will be applied to tasks run by members of the designated user groups.
|
||||||
|
|
||||||
To apply its contents, a vault should be enabled. New entries will extend the configuration in the local ClearML [configuration file](../configs/clearml_conf.md).
|
To apply its contents, a vault should be enabled. New entries will extend the configuration in the local ClearML [configuration file](../configs/clearml_conf.md).
|
||||||
Existing configuration file entries will be overridden by the vault values.
|
Most existing configuration file entries will be overridden by the vault values.
|
||||||
|
|
||||||
|
:::info
|
||||||
|
The following configuration values are machine and/or agent specific, so they can't be set in a configuration vault:
|
||||||
|
* `agent.cuda_version`
|
||||||
|
* `agent.cudnn_version`
|
||||||
|
* `agent.default_python`
|
||||||
|
* `agent.worker_id`
|
||||||
|
* `agent.worker_name`
|
||||||
|
* `agent.debug`
|
||||||
|
:::
|
||||||
|
|
||||||
**To create a vault:**
|
**To create a vault:**
|
||||||
1. Click **+ Add Vault**
|
1. Click **+ Add Vault**
|
||||||
|
Loading…
Reference in New Issue
Block a user