Skip to content

Commit 98ca3e9

Browse files
authored
unpin opencv-python (#1262)
http://b/212703016, http://b/284952059
1 parent f69e263 commit 98ca3e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ RUN apt-get install -y libfreetype6-dev && \
226226
/tmp/clean-layer.sh
227227

228228
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 && \
229+
pip install opencv-contrib-python opencv-python && \
231230
/tmp/clean-layer.sh
232231

233232
RUN pip install scipy \

0 commit comments

Comments
 (0)