File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
libsm6 \
80
80
libxext6 \
81
81
libxrender1 \
82
- libgtk-3-dev \
83
82
&& \
84
83
pip install numpy && \
85
84
# Install OpenCV
@@ -107,6 +106,7 @@ RUN \
107
106
-D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
108
107
-D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
109
108
-D BUILD_EXAMPLES=OFF \
109
+ -D BUILD_opencv_highgui=OFF \
110
110
-D WITH_IPP=OFF \
111
111
-D WITH_FFMPEG=ON \
112
112
-D WITH_GSTREAMER=ON \
Original file line number Diff line number Diff line change 90
90
libsm6 \
91
91
libxext6 \
92
92
libxrender1 \
93
- libgtk-3-dev \
94
93
&& \
95
94
pip install numpy && \
96
95
# Install OpenCV
@@ -118,6 +117,7 @@ RUN \
118
117
-D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) \
119
118
-D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) \
120
119
-D BUILD_EXAMPLES=OFF \
120
+ -D BUILD_opencv_highgui=OFF \
121
121
-D WITH_IPP=OFF \
122
122
-D WITH_FFMPEG=ON \
123
123
-D WITH_GSTREAMER=ON \
You can’t perform that action at this time.
0 commit comments