Skip to content

Commit f084672

Browse files
committed
opencv version
1 parent 4b57ed0 commit f084672

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
55+
RUN pip3 install opencv-python==4.11
5656

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

0 commit comments

Comments
 (0)