Skip to content

Commit f871b6b

Browse files
committed
libgtk-3-dev
1 parent 8ec6938 commit f871b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ RUN \
5555
checkinstall \
5656
qtbase5-dev \
5757
qt5-qmake \
58-
libqt5x11extras5-dev \
5958
build-essential \
6059
liblapack-dev \
6160
libatlas-base-dev \
@@ -80,6 +79,7 @@ RUN \
8079
libsm6 \
8180
libxext6 \
8281
libxrender1 \
82+
libgtk-3-dev \
8383
&& \
8484
pip install numpy && \
8585
# Install OpenCV

gpu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ RUN \
6666
checkinstall \
6767
qtbase5-dev \
6868
qt5-qmake \
69-
libqt5x11extras5-dev \
7069
build-essential \
7170
liblapack-dev \
7271
libatlas-base-dev \
@@ -91,6 +90,7 @@ RUN \
9190
libsm6 \
9291
libxext6 \
9392
libxrender1 \
93+
libgtk-3-dev \
9494
&& \
9595
pip install numpy && \
9696
# Install OpenCV

0 commit comments

Comments
 (0)