From 4054749eb24e3bcf99ae210aac3447cba424a1ba Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 18 Feb 2025 20:54:23 +0100 Subject: [PATCH] Use uv to install supervisor (#5642) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8e8432ff..f77b9ee2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN \ # Install Home Assistant Supervisor COPY . supervisor RUN \ - pip3 install -e ./supervisor \ + uv pip install -e ./supervisor \ && python3 -m compileall ./supervisor/supervisor