Skip to content

Commit feec8b1

Browse files
committed
opencv version
1 parent f084672 commit feec8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile24

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN pip3 install selenium webdriver-manager selenium-requests
5252

5353
# OpenCV
5454
RUN apt-get -y --no-install-recommends install python3-opencv
55-
RUN pip3 install opencv-python==4.11
55+
RUN pip3 install opencv-python==4.5.5.64
5656

5757
#FastAPI: https://fastapi.tiangolo.com
5858
RUN pip3 install "fastapi[standard]"

0 commit comments

Comments
 (0)