We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec6938 commit f871b6bCopy full SHA for f871b6b
cpu/Dockerfile
@@ -55,7 +55,6 @@ RUN \
55
checkinstall \
56
qtbase5-dev \
57
qt5-qmake \
58
- libqt5x11extras5-dev \
59
build-essential \
60
liblapack-dev \
61
libatlas-base-dev \
@@ -80,6 +79,7 @@ RUN \
80
79
libsm6 \
81
libxext6 \
82
libxrender1 \
+ libgtk-3-dev \
83
&& \
84
pip install numpy && \
85
# Install OpenCV
gpu/Dockerfile
@@ -66,7 +66,6 @@ RUN \
66
67
68
69
70
71
72
@@ -91,6 +90,7 @@ RUN \
91
90
92
93
94
95
96
0 commit comments