You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow overriding pytorch lookup page (See torch_page, torch_nightly_page and torch_url_template_prefix under the agent.package_manager configuration settings)
Add support for abort callback registration
K8s glue
Add CLEARML_K8S_GLUE_START_AGENT_SCRIPT_PATH environment variable to allow customizing the agent startup script location
Add CLEARML_AGENT_CHILD_AGENTS_COUNT_CMD environment variable to allow overriding child agent count command in k8s
Refactor template handling
Bug Fixes
Fix Python 3.10+ support
Fix use_credentials_chain is missing in config file example
Fix Git PAT messages
Fix home folder in clearml.conf to ~ (instead of /root)
Fix docker mode uses ~/.clearml/venvs-builds as default for easier user-mode containers
Fix package @ file:// with quoted (URL style) links should not be ignored
Fix name not escaped as regex (all services "get_all" use regex for name)
Fix second .ssh temp mount fails if container changes the files inside
Fix GCP load balancer does not forward GET request body (allow changing default request action to PUT/POST/GET. See api.http.default_method or CLEARML_API_DEFAULT_REQ_METHOD)
K8s glue
Fix resolving k8s pending queue may cause a queue with a UUID name to be created
Fix template namespace should override default namespace
Fix extra_bash_init_cmd location in initial bash script