dedbcc6 804903a 5daecc1 dedbcc6
1
2
3
4
5
6
7
8
9
FROM jjanzic/docker-python3-opencv RUN pip install Cython==0.29.36 RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \ cd AAMED/python && \ python setup.py build_ext --inplace