fjenett's picture
Update Dockerfile
5daecc1
raw
history blame
184 Bytes
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