Filter autopilot trigger candidates

This commit is contained in:
2026-06-18 17:30:48 +02:00
parent 2f750e3e41
commit 8057751c11
6 changed files with 40 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3.13-slim
WORKDIR /app
ARG SILLYHOME_FUTURE_REF=v2.0.0-alpha.13
ARG SILLYHOME_FUTURE_REF=v2.0.0-alpha.14
RUN python -m pip install --no-cache-dir \
"http://192.168.6.31:3000/Otto/sillyhome-future/archive/${SILLYHOME_FUTURE_REF}.tar.gz"