Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fjenett
/
ellipse-detection-aamed
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
804903a
ellipse-detection-aamed
/
Dockerfile
fjenett
Update Dockerfile
804903a
over 1 year ago
raw
Copy download link
history
blame
Safe
193 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