1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Use uv to install supervisor (#5642)

This commit is contained in:
Robert Resch
2025-02-18 20:54:23 +01:00
committed by GitHub
parent ad5827d33f
commit 4054749eb2

View File

@@ -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