Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 &&
|
|
7 |
|
8 |
RUN apt-get update && apt-get install -y python3-opencv
|
9 |
|
|
|
|
|
10 |
RUN pip install Cython==3.0.0 # 0.29.36
|
11 |
|
12 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
|
7 |
|
8 |
RUN apt-get update && apt-get install -y python3-opencv
|
9 |
|
10 |
+
RUN pip install opencv-python mediapipe
|
11 |
+
|
12 |
RUN pip install Cython==3.0.0 # 0.29.36
|
13 |
|
14 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|