We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632a4e5 commit 2eb5422Copy full SHA for 2eb5422
1 file changed
docker/dockerfile
@@ -29,6 +29,7 @@ RUN pip install -r requirements.txt
29
30
31
WORKDIR ${HOME}
32
+#Checkout version should be 4.4.0 when the new version is released
33
RUN git clone http://github.com/opencv/opencv.git && cd opencv \
34
&& git checkout 992c908b566d264b824680d0cf7d668cdf918254 \
35
&& mkdir build && cd build \
0 commit comments