fjenett's picture
Create Dockerfile
dedbcc6
raw
history blame
160 Bytes
FROM jjanzic/docker-python3-opencv
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
cd AAMED/python && \
python setup.py build_ext --inplace