Merge pull request #2410 from alexbelgium/codex/fix-failing-build-in-github-actions

Fix birdnet-pipy config lint and pip installs
This commit is contained in:
Alexandre
2026-01-29 11:09:16 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -73,6 +73,9 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.
RUN mkdir -p /app RUN mkdir -p /app
COPY --from=frontend-builder /src/backend/ /app/ COPY --from=frontend-builder /src/backend/ /app/
ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv "${VIRTUAL_ENV}"
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt
# Patch service hostnames for single-container usage # Patch service hostnames for single-container usage

View File

@@ -7,14 +7,13 @@ arch:
- aarch64 - aarch64
- amd64 - amd64
ingress: true ingress: true
ingress_entry: /
ingress_stream: true ingress_stream: true
panel_icon: mdi:bird panel_icon: mdi:bird
init: false init: false
share: true
map: map:
- addon_config:rw - addon_config:rw
- data:rw - ssl:rw
- share:rw
ports: ports:
8099/tcp: 8099 8099/tcp: 8099
ports_description: ports_description: