Add dashboard control and learning editor

This commit is contained in:
2026-06-18 13:08:58 +02:00
parent 937c79a19b
commit 01e5464ec1
6 changed files with 338 additions and 17 deletions

View File

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