Before modifications

This commit is contained in:
2026-03-13 11:06:59 +01:00
parent fbd53e2d5b
commit 81a577d9f7
4 changed files with 8480 additions and 7 deletions

View File

@@ -6,7 +6,4 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
#COPY bt_monitor_server.py .
#COPY training_data.csv .
CMD [ "python", "./bt_monitor_server.py" ]