Filter autopilot actuator candidates

This commit is contained in:
2026-06-18 18:43:53 +02:00
parent 8057751c11
commit bf832b49f4
6 changed files with 46 additions and 9 deletions

View File

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