Add support for uv as package manager (#218)

* add uv as a package manager

* update configs

* update worker and defs

* update environ

* Update configs to highlight sync command

* rename to sync_extra_args and set UV_CACHE_DIR
This commit is contained in:
mads-oestergaard
2024-11-27 12:44:55 +01:00
committed by GitHub
parent b65e5fed94
commit cc656e2969
7 changed files with 275 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ from clearml_agent.helper.docker_args import DockerArgsSanitizer, sanitize_urls
from .version import __version__
POETRY = "poetry"
UV = "uv"
@attr.s