Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,11 +17,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
17 |
# RUN echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | tee /etc/apt/sources.list.d/coral-edgetpu.list
|
18 |
# RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && apt-get update && apt-get install -y python3-tflite-runtime && rm -rf /var/lib/apt/lists/*
|
19 |
|
20 |
-
|
21 |
|
22 |
RUN pip install opencv-python mediapipe
|
23 |
|
24 |
-
RUN find /usr -iname "
|
25 |
|
26 |
RUN pip install Cython==0.29.36
|
27 |
|
|
|
17 |
# RUN echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | tee /etc/apt/sources.list.d/coral-edgetpu.list
|
18 |
# RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && apt-get update && apt-get install -y python3-tflite-runtime && rm -rf /var/lib/apt/lists/*
|
19 |
|
20 |
+
RUN apt-get update && apt-get install -y opencv python3-opencv
|
21 |
|
22 |
RUN pip install opencv-python mediapipe
|
23 |
|
24 |
+
RUN find /usr -iname "opencv.hpp"
|
25 |
|
26 |
RUN pip install Cython==0.29.36
|
27 |
|