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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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