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

Update Dockerfile

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