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 4b57ed0 commit f084672Copy full SHA for f084672
Dockerfile24
@@ -52,7 +52,7 @@ RUN pip3 install selenium webdriver-manager selenium-requests
52
53
# OpenCV
54
RUN apt-get -y --no-install-recommends install python3-opencv
55
-RUN pip3 install opencv-python
+RUN pip3 install opencv-python==4.11
56
57
#FastAPI: https://fastapi.tiangolo.com
58
RUN pip3 install "fastapi[standard]"
0 commit comments