We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad15c4 commit 632a4e5Copy full SHA for 632a4e5
1 file changed
docker/dockerfile
@@ -30,7 +30,7 @@ RUN pip install -r requirements.txt
30
31
WORKDIR ${HOME}
32
RUN git clone http://github.com/opencv/opencv.git && cd opencv \
33
- && git checkout master \
+ && git checkout 992c908b566d264b824680d0cf7d668cdf918254 \
34
&& mkdir build && cd build \
35
&& cmake -D CMAKE_BUILD_TYPE=RELEASE \
36
-D CMAKE_INSTALL_PREFIX=/usr/local \
0 commit comments