fjenett commited on
Commit
c59c0f1
·
1 Parent(s): 5a46d53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
 
20
  RUN apt-get update && apt-get install -y python3-opencv
21
 
22
- RUN ls -1al /usr/include/opencv4/opencv2/
23
 
24
  # RUN pip install opencv-python mediapipe
25
 
 
19
 
20
  RUN apt-get update && apt-get install -y python3-opencv
21
 
22
+ RUN ls -1al /usr/include/
23
 
24
  # RUN pip install opencv-python mediapipe
25