Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fjenett
/
ellipse-detection-aamed
like
1
Runtime error
App
Files
Files
Community
5daecc1
ellipse-detection-aamed
/
Dockerfile
fjenett
Update Dockerfile
5daecc1
about 1 year ago
raw
Copy download link
history
blame
Safe
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