Spaces:
Runtime error
Runtime error
File size: 160 Bytes
dedbcc6 |
1 2 3 4 5 6 7 |
FROM jjanzic/docker-python3-opencv
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
cd AAMED/python && \
python setup.py build_ext --inplace
|