mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-29 12:06:30 +00:00
Compare commits
4 Commits
467740d6fc
...
109da83683
Author | SHA1 | Date | |
---|---|---|---|
![]() |
109da83683 | ||
![]() |
ad5827d33f | ||
![]() |
249464e928 | ||
![]() |
0f6fabb48c |
@ -28,15 +28,15 @@ RUN \
|
|||||||
\
|
\
|
||||||
&& curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \
|
&& curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \
|
||||||
&& chmod a+x /usr/bin/cosign \
|
&& chmod a+x /usr/bin/cosign \
|
||||||
&& pip3 install uv==0.2.21
|
&& pip3 install uv==0.6.1
|
||||||
|
|
||||||
# Install requirements
|
# Install requirements
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN \
|
RUN \
|
||||||
if [ "${BUILD_ARCH}" = "i386" ]; then \
|
if [ "${BUILD_ARCH}" = "i386" ]; then \
|
||||||
linux32 uv pip install --no-build -r requirements.txt; \
|
linux32 uv pip install --compile-bytecode --no-build -r requirements.txt; \
|
||||||
else \
|
else \
|
||||||
uv pip install --no-build -r requirements.txt; \
|
uv pip install --compile-bytecode --no-build -r requirements.txt; \
|
||||||
fi \
|
fi \
|
||||||
&& rm -f requirements.txt
|
&& rm -f requirements.txt
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ docker==7.1.0
|
|||||||
faust-cchardet==2.1.19
|
faust-cchardet==2.1.19
|
||||||
gitpython==3.1.44
|
gitpython==3.1.44
|
||||||
jinja2==3.1.5
|
jinja2==3.1.5
|
||||||
orjson==3.10.12
|
orjson==3.10.15
|
||||||
pulsectl==24.12.0
|
pulsectl==24.12.0
|
||||||
pyudev==0.24.3
|
pyudev==0.24.3
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user