clearml-agent/clearml_agent/helper
2024-02-29 14:06:06 +02:00
..
environment Add support for resource_applied() callback in k8s glue 2023-11-01 15:10:08 +02:00
gpu Update GPU stats and pynvml support 2023-12-20 17:47:19 +02:00
os Add agent.venvs_cache.lock_timeout to control the venv cache folder lock timeout (in seconds, default 30) 2024-02-29 14:06:06 +02:00
package Add CLEARML_AGENT_FORCE_POETRY to allow forcing poetry even when using pip requirements manager 2024-02-29 13:59:26 +02:00
__init__.py
base.py Add support for k8s jobs execution 2023-07-04 14:45:00 +03:00
check_update.py initial clearml-agent v0.17.0 2020-12-22 23:00:57 +02:00
console.py Fix using deprecated abc support 2022-01-23 10:39:13 +02:00
dicts.py Fix usage of not_set in k8s template merge 2021-04-07 21:30:13 +03:00
docker_args.py Add extra_index_url sanitization in configuration printout 2023-12-20 17:49:04 +02:00
process.py Fix clearml-agent build --docker stuck on certain containers 2022-12-13 15:24:32 +02:00
repo.py Add CLEARML_AGENT_FORCE_TASK_INIT to allow runtime patching of script even if no repo is specified and the code is running a preinstalled docker 2024-02-29 14:02:27 +02:00
resource_monitor.py Add agent.resource_monitoring.disk_use_path configuration option to allow monitoring a different volume than the one containing the home folder 2023-12-20 17:49:33 +02:00
runtime_verification.py Add --dynamic-gpus and limit in --services-mode 2021-02-11 14:46:37 +02:00
singleton.py Fix service-mode support for venvs 2021-02-14 13:45:17 +02:00
trace.py