FROM ilabservice-registry.cn-hangzhou.cr.aliyuncs.com/basic/ubuntu-python3:18.04

WORKDIR /root/hikvision-isc

COPY ./ ./

RUN pip install -e .
