mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
2.1 KiB
2.1 KiB
| title |
|---|
| Version 1.7 |
ClearML Agent 1.7.0
New Features
- Add
agent.docker_args_extra_precedes_taskandagent.protected_docker_extra_argsconfiguration settings to prevent the same switch to be used by bothagent.extra_docker_argsand a Task's docker args - Add
agent.resource_monitoring.disk_use_pathconfiguration option to allow monitoring a different volume than the one containing the home folder - Change default
agent.enable_git_ask_passtotrue - Add example and support for pre-built containers including services-mode support with overrides
CLEARML_AGENT_FORCE_CODE_DIRandCLEARML_AGENT_FORCE_EXEC_SCRIPT - Add
CLEARML_AGENT_SERVICE_TASK=1environment variable in case of running a service task - Add
CLEARML_AGENT_TEMP_STDOUT_FILE_DIRto allow specifying temp dir used for storing agent log files and temporary log files (daemon and execution) - Update GPU stats and pynvml support
- Add git clone verbosity using
CLEARML_AGENT_GIT_CLONE_VERBOSEenvironment variable - k8s glue
- Add status reason when aborting before moving to
k8s_schedulerqueue - When cleaning up pending pods, verify task is still aborted and pod is still pending before deleting the pod
- Set worker ID in k8s pod execution
- Add status reason when aborting before moving to
Bug Fixes
- Fix
agent.package_manager.poetry_install_extra_argsare used in all Poetry commands and not just ininstall(ClearML Agent GitHub issue #173) - Fix if process return code is SIGKILL (-9 or 137) and abort callback was called, do not mark as failed but as aborted
- Fix
agent.git_hostsetting will cause git@domain URLs to not be replaced by SSH URLs since furl cannot parse them to obtain host - Fix an environment variable that should be set with a numerical value of 0 (i.e. end up as
"0"or"0.0") is set to an empty string - Fix
agent.package_manager.extra_index_urlURLs are not sanitized in configuration printout - Fix recursion issue when deep-copying a session
- k8s glue
- Fix k8s glue configuration might be contaminated when changed during apply
- Fix
KeyErrorif container does not contain the arguments field