fjenett commited on
Commit
0d11f3b
·
1 Parent(s): 2fcd20a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # 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 "opencv4"
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