Skip to content

Commit c0ecacb

Browse files
committed
BUILD_opencv_highgui=OFF
1 parent f871b6b commit c0ecacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ RUN \
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 \

gpu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ RUN \
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 \

0 commit comments

Comments
 (0)