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 f084672 commit feec8b1Copy full SHA for feec8b1
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==4.11
+RUN pip3 install opencv-python==4.5.5.64
56
57
#FastAPI: https://fastapi.tiangolo.com
58
RUN pip3 install "fastapi[standard]"
0 commit comments