Skip to content

Commit 199c7b2

Browse files
committed
Remove redundant opencv-python pip command.
This package is already part of our base image.
1 parent 44df852 commit 199c7b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ RUN pip install bcolz && \
341341
pip install nbformat && \
342342
pip install notebook==5.5.0 && \
343343
pip install olefile && \
344-
pip install opencv-python && \
345344
pip install kornia && \
346345
pip install pandas_summary && \
347346
pip install pandocfilters && \

0 commit comments

Comments
 (0)