File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 libsm6 \
8080 libxext6 \
8181 libxrender1 \
82- libgtk-3-dev \
8382 && \
8483 pip install numpy && \
8584 # Install OpenCV
@@ -107,6 +106,7 @@ RUN \
107106 -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
108107 -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
109108 -D BUILD_EXAMPLES=OFF \
109+ -D BUILD_opencv_highgui=OFF \
110110 -D WITH_IPP=OFF \
111111 -D WITH_FFMPEG=ON \
112112 -D WITH_GSTREAMER=ON \
Original file line number Diff line number Diff line change 9090 libsm6 \
9191 libxext6 \
9292 libxrender1 \
93- libgtk-3-dev \
9493 && \
9594 pip install numpy && \
9695 # Install OpenCV
@@ -118,6 +117,7 @@ RUN \
118117 -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
119118 -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
120119 -D BUILD_EXAMPLES=OFF \
120+ -D BUILD_opencv_highgui=OFF \
121121 -D WITH_IPP=OFF \
122122 -D WITH_FFMPEG=ON \
123123 -D WITH_GSTREAMER=ON \
You can’t perform that action at this time.
0 commit comments