send callibration

This commit is contained in:
chk
2026-06-10 12:13:34 +02:00
parent f1b20a2dc8
commit 2ebe7b709b
3 changed files with 71 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ services:
ports:
- "2093:2093"
command: >
/bin/bash -lc "npm ci || npm install && node server/server.js"
/bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy && npm ci || npm install && node server/server.js"
restart: unless-stopped