Hugging Face
Models
Datasets
Spaces
Posts
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...
dedbcc6
ellipse-detection-aamed
/
Dockerfile
fjenett
Create Dockerfile
dedbcc6
over 1 year ago
raw
Copy download link
history
blame
Safe
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