File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments