fjenett commited on
Commit
cd2d1dc
·
1 Parent(s): 6886f5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
 
22
  RUN pip install opencv-python mediapipe
23
 
24
- RUN ls -1al /usr/include/ | grep opencv
25
 
26
  RUN pip install Cython==0.29.36
27
 
 
21
 
22
  RUN pip install opencv-python mediapipe
23
 
24
+ RUN ls -1al /usr/include/
25
 
26
  RUN pip install Cython==0.29.36
27