Skip to content

Commit 99c850b

Browse files
committed
-D WITH_OPENGL=OFF
1 parent 89bfc97 commit 99c850b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cpu/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ RUN \
7878
libsm6 \
7979
libxext6 \
8080
libxrender1 \
81-
libgtk-3-dev \
82-
freeglut3-dev \
83-
libgl1-mesa-dev \
8481
&& \
8582
pip install numpy && \
8683
# Install OpenCV
@@ -108,6 +105,7 @@ RUN \
108105
-D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
109106
-D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
110107
-D BUILD_EXAMPLES=OFF \
108+
-D WITH_OPENGL=OFF \
111109
-D WITH_IPP=OFF \
112110
-D WITH_FFMPEG=ON \
113111
-D WITH_GSTREAMER=ON \

gpu/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ RUN \
8989
libsm6 \
9090
libxext6 \
9191
libxrender1 \
92-
libgtk-3-dev \
93-
freeglut3-dev \
94-
libgl1-mesa-dev \
9592
&& \
9693
pip install numpy && \
9794
# Install OpenCV
@@ -119,6 +116,7 @@ RUN \
119116
-D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
120117
-D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
121118
-D BUILD_EXAMPLES=OFF \
119+
-D WITH_OPENGL=OFF \
122120
-D WITH_IPP=OFF \
123121
-D WITH_FFMPEG=ON \
124122
-D WITH_GSTREAMER=ON \

0 commit comments

Comments
 (0)