clearml-agent/clearml_agent/helper
2022-01-23 10:42:11 +02:00
..
gpu Fix cuda version from driver does not return minor version 2021-03-18 10:07:59 +02:00
os Fix venv cache crash on bad symbolic links 2021-04-07 18:44:11 +03:00
package Add agent.poetry_version to specify poetry version (and force installation of poetry if missing) 2022-01-23 10:40:05 +02:00
__init__.py
base.py Add agent.force_git_root_python_path configuration setting to force adding the git repository root folder to the PYTHONPATH (if set working directory is not added to the PYHTONPATH) 2022-01-07 15:11:59 +02: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
process.py Add docker environment arguments log masking support (issue #67) 2021-05-25 19:31:45 +03:00
repo.py Fix symbolic links not copied from cached VCS into working copy. Windows platform will result with default copy content instead of original symbolic link (issue #89) 2022-01-23 10:42:11 +02:00
resource_monitor.py Add support for CLEARML_NO_DEFAULT_SERVER env var to prevent agent from using the demo server 2021-08-02 22:51:26 +03: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