FROM registry.ngaiot.com/tools/python:3.10.18 RUN pip3 install opencv-python==4.10.0.84 -i https://mirrors.aliyun.com/pypi/simple/ RUN pip3 install numpy==2.2.6 -i https://mirrors.aliyun.com/pypi/simple/ RUN pip3 install pyinstaller==6.14.1 -i https://mirrors.aliyun.com/pypi/simple/