From 917aa913c13975ff40c82e45b9a9d0f4123283e1 Mon Sep 17 00:00:00 2001 From: Marcus Brown Date: Sun, 20 Oct 2024 18:47:53 +1100 Subject: [PATCH] move from paha-mqtt to gmqtt --- dayglo_detector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dayglo_detector/Dockerfile b/dayglo_detector/Dockerfile index 3711e90..3c3493c 100644 --- a/dayglo_detector/Dockerfile +++ b/dayglo_detector/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install OpenCV -RUN pip install --no-cache-dir paho-mqtt opencv-python-headless numpy requests +RUN pip install --no-cache-dir gmqtt opencv-python-headless numpy requests # Copy the dayglo detector script COPY dayglo_detector.py test_mqtt.py /app/