From a0d2ecf43466083925291e749ab9c2a451f6963d Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 14 Sep 2025 10:36:21 +0200 Subject: [enh] container: build with uv (#5199) This commit replaces `pip` in container builds with `uv` pip compat with a 1:1 parity. The only thing that changes is the installation speed of the wheels, which seems to be considerably faster, although I haven't been able to properly quantify this yet. uv also gives us more tools to manage the cache. We can revert the prior cache changes in `container.yml` as we won't have duplicated wheels anymore. --- container/base-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/base-builder.yml') diff --git a/container/base-builder.yml b/container/base-builder.yml index e065a346e..0b16e4be7 100644 --- a/container/base-builder.yml +++ b/container/base-builder.yml @@ -6,7 +6,7 @@ contents: - alpine-base - build-base - python3-dev - - py3-pip + - uv - brotli entrypoint: -- cgit v1.2.3