fjenett's picture
Update Dockerfile
22cf72f
raw
history blame
239 Bytes
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
RUN cd /AAMED/python && python test_aamed.py