File size: 184 Bytes
dedbcc6
 
5daecc1
 
dedbcc6
 
 
 
1
2
3
4
5
6
7
8
9
FROM jjanzic/docker-python3-opencv

RUN pip install Cython

RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
    cd AAMED/python && \
    python setup.py build_ext --inplace