File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7777 zlib1g-dev \
7878 libsm6 \
7979 libxext6 \
80- libxrender1 && \
80+ libxrender1 \
81+ libgtk-3-dev \
82+ && \
8183 pip install numpy && \
8284 # Install OpenCV
8385 wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip --progress=bar:force:noscroll --no-check-certificate && \
@@ -146,7 +148,8 @@ RUN \
146148 libglew-dev \
147149 libpostproc-dev \
148150 libeigen3-dev \
149- zlib1g-dev && \
151+ zlib1g-dev \
152+ && \
150153 apt-get autoremove -y && \
151154 apt-get clean && \
152155 rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 8989 libsm6 \
9090 libxext6 \
9191 libxrender1 \
92+ libgtk-3-dev \
9293 && \
9394 pip install numpy && \
9495 # Install OpenCV
You can’t perform that action at this time.
0 commit comments