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