You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
285 B

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/