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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
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 python3-opencv
21
 
22
- RUN ls -1al /usr/include/
23
 
24
- # RUN pip install opencv-python mediapipe
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 ls -1al /usr/include/ | grep opencv
25
 
26
  RUN pip install Cython==0.29.36
27