mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
1.9 KiB
1.9 KiB
| title |
|---|
| Version 1.0 |
ClearML Agent 1.0.0
Features
- Add conda and pip environment debug prints (using
--debug) - Add support for PyJWT v2
- Change the default conda channel order, so it pulls the correct
pytorchpackage - Improve k8s glue support
- Support k8s glue container env vars merging
- Add number of pods limit to k8s glue using the
max_pods_limitargument (use--max-podsswitch in the k8s glue example) - Add k8s glue default
restartPolicy=Neverto template to prevent pods from restarting
- Add
--stopswitch support for dynamic gpus - Verify
dockercommand exists when running in docker mode - Add support for terminating dockers on
sig_termin dynamic mode - Add stopping message on Task process termination
- Add
agent.docker_install_opencv_libsconfiguration option to enable automatic opencv libs install for faster docker spin-up (default:true, see here) - Add support for new container base setup script feature
- Bump virtualenv dependency version (support
v>=16,<21) - Add support for dynamic gpus opportunistic scheduling (with min/max gpus per queue)
- Deprecate
venv_updatein configuration (replaced by the more robustvenvs_cache) - Add Python 3.9 to the support table
Bug Fixes
- Fix agent can return non-zero error code and pods will end up restarting forever (clearml-agent GitHub Issue 56)
- Fix poetry support (clearml-agent GitHub Issue 57)
- Fix cuda version from driver does not return minor version
- Fix requirements local path replace back when using cache
- Fix k8s glue
- Fix broken k8s glue docker args parsing
- Fix empty env prevents override when merging template
- Fix venv cache crash on bad symbolic links
- Fix no docker arguments provided