mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
Use uv to install supervisor (#5642)
This commit is contained in:
parent
ad5827d33f
commit
4054749eb2
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user