Bluetooth Monitor WIP
This commit is contained in:
11
roles/bluetooth-monitor/other/Dockerfile
Normal file
11
roles/bluetooth-monitor/other/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
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" ]
|
||||
Reference in New Issue
Block a user