move from paha-mqtt to gmqtt

This commit is contained in:
2024-10-20 18:47:53 +11:00
parent 0a4ebf1fec
commit 917aa913c1
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install OpenCV # 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 the dayglo detector script
COPY dayglo_detector.py test_mqtt.py /app/ COPY dayglo_detector.py test_mqtt.py /app/