mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Fix AWS autoscaler vault information (#881)
* Add ClearML Server 1.14.1 release notes and update AMIs * Add SDK 1.14.4 release notes * Add ClearML Server 1.15.0 release notes and update AMIs * Add ClearML Server 1.15.0 release notes and update AMIs * small edits * add clearml 1.15.1 release notes * Remove GPU Compute * Remove GPU Compute * Clarify docker_args * Clarify docker_args * clarify docker-args * update clearml-session * Bump braces from 3.0.2 to 3.0.3 (#45) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update ws * remove gtm * Update AMIs * Small edits * small edits --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f85bade950
commit
296ba5d887
@ -108,10 +108,10 @@ You can utilize the [configuration vault](../../webapp/webapp_profile.md#configu
|
|||||||
the one set in the `Init script` field of the autoscaler wizard
|
the one set in the `Init script` field of the autoscaler wizard
|
||||||
* `extra_clearml_conf` - ClearML configuration to use by the ClearML Agent when executing your experiments. This
|
* `extra_clearml_conf` - ClearML configuration to use by the ClearML Agent when executing your experiments. This
|
||||||
configuration will be appended to that set in the `Additional ClearML Configuration` field of the autoscaler wizard
|
configuration will be appended to that set in the `Additional ClearML Configuration` field of the autoscaler wizard
|
||||||
* `files` - Files to create at designated paths with predefined content on the launched cloud instances.
|
* `files` - Files to create at designated paths with predefined content inside the container running the autoscaler.
|
||||||
For more information, see [Files Section](../../configs/clearml_conf.md#files-section)
|
For more information, see [Files Section](../../configs/clearml_conf.md#files-section)
|
||||||
* `environment` - Dictionary of environment variables and values to set in the OS environment of the launched cloud
|
* `environment` - Dictionary of environment variables and values to set in the OS environment of the container running
|
||||||
instances. For more information, see [Environment Section](../../configs/clearml_conf.md#environment-section)
|
the autoscaler. For more information, see [Environment Section](../../configs/clearml_conf.md#environment-section)
|
||||||
|
|
||||||
For example, the following configuration would be applied to all autoscaler instances:
|
For example, the following configuration would be applied to all autoscaler instances:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user