mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Refactor ClearML Agent pages (#312)
This commit is contained in:
@@ -17,7 +17,7 @@ from the vault are applied on top of the configuration specified in `clearml.con
|
||||
|
||||
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
|
||||
override the lower ones):
|
||||
1. Command-line arguments (e.g. [clearml-task](../apps/clearml_task.md#command-line-options), [clearml-agent](../references/clearml_agent_ref.md),
|
||||
1. Command-line arguments (e.g. [clearml-task](../apps/clearml_task.md#command-line-options), [clearml-agent](../clearml_agent/clearml_agent_ref.md),
|
||||
[clearml-session](../apps/clearml_session.md#command-line-options), [clearml-data](../clearml_data/clearml_data_cli.md)
|
||||
arguments)
|
||||
1. Environment variables
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
title: Environment Variables
|
||||
---
|
||||
|
||||
This page lists the available environment variables for configuring ClearML. See [here](../clearml_agent/clearml_agent_env_var.md)
|
||||
for environment variables to configure ClearML Agent.
|
||||
|
||||
:::info
|
||||
ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/webapp_profile.md#configuration-vault),
|
||||
but can be overridden by command-line arguments.
|
||||
@@ -42,24 +45,3 @@ Overrides Repository Auto-logging
|
||||
|**CLEARML_OFFLINE_MODE** | Sets Offline mode|
|
||||
|**CLEARML_NO_DEFAULT_SERVER** | Disables sending information to demo server when no HOST server is set|
|
||||
|
||||
## ClearML Agent Variables
|
||||
|Name|Description|
|
||||
|---|---|
|
||||
|**CLEARML_DOCKER_IMAGE** | Default ClearML Agent docker image|
|
||||
|**CLEARML_WORKER_NAME** | Sets the Worker's name|
|
||||
|**CLEARML_WORKER_ID** | Sets the Worker ID|
|
||||
|**CLEARML_CUDA_VERSION** | Sets the CUDA version to be used|
|
||||
|**CLEARML_CUDNN_VERSION** | Sets the CUDNN version to be used|
|
||||
|**CLEARML_CPU_ONLY** | Force CPU only mode|
|
||||
|**CLEARML_DOCKER_SKIP_GPUS_FLAG**| Skips the GPUs flag (support for docker V18|
|
||||
|**CLEARML_AGENT_DISABLE_SSH_MOUNT**| Disables the auto `.ssh` mount into the docker|
|
||||
|**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)|
|
||||
|**CLEARML_AGENT_EXEC_USER**| User for Agent executing tasks (root by default)|
|
||||
|**CLEARML_AGENT_EXTRA_DOCKER_ARGS**| Overrides extra docker args configuration |
|
||||
|**CLEARML_AGENT_EXTRA_PYTHON_PATH**| Sets extra python path|
|
||||
|**CLEARML_AGENT_INITIAL_CONNECT_RETRY_OVERRIDE**| Overrides initial server connection behavior (true by default), allows explicit number to specify number of connect retries) |
|
||||
|**CLEARML_AGENT_K8S_HOST_MOUNT / CLEARML_AGENT_DOCKER_HOST_MOUNT**| Specifies Agent's mount point for Docker / K8s|
|
||||
|**CLEARML_AGENT_SKIP_PIP_VENV_INSTALL**| Skips Python virtual env installation on execute and provides a custom venv binary |
|
||||
|**CLEARML_AGENT_VENV_CACHE_PATH**|Overrides venv cache folder configuration|
|
||||
Reference in New Issue
Block a user