We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e263 commit 98ca3e9Copy full SHA for 98ca3e9
Dockerfile.tmpl
@@ -226,8 +226,7 @@ RUN apt-get install -y libfreetype6-dev && \
226
/tmp/clean-layer.sh
227
228
RUN pip install ibis-framework && \
229
- # b/212703016 4.5.4.62 segfault with readtext.
230
- pip install opencv-contrib-python==4.5.4.60 opencv-python==4.5.4.60 && \
+ pip install opencv-contrib-python opencv-python && \
231
232
233
RUN pip install scipy \
0 commit comments