fjenett commited on
Commit
97305b6
·
1 Parent(s): 4689a3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -21,7 +21,9 @@ RUN apt-get update && apt-get install -y 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
 
 
21
 
22
  RUN pip install opencv-python mediapipe
23
 
24
+ RUN ls -1al /usr/local/include/opencv4 && \
25
+ ls -1al /usr/local/include && \
26
+ ls -1al /usr/local && \
27
 
28
  RUN pip install Cython==0.29.36
29