Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y python3-opencv
|
|
9 |
|
10 |
RUN pip install opencv-python mediapipe
|
11 |
|
12 |
-
RUN pip install Cython==
|
13 |
|
14 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
15 |
cd AAMED/python && \
|
|
|
9 |
|
10 |
RUN pip install opencv-python mediapipe
|
11 |
|
12 |
+
RUN pip install Cython==0.29.36
|
13 |
|
14 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
15 |
cd AAMED/python && \
|