Skip to content

Commit 632a4e5

Browse files
authored
Update dockerfile
1 parent 4ad15c4 commit 632a4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install -r requirements.txt
3030

3131
WORKDIR ${HOME}
3232
RUN git clone http://github.com/opencv/opencv.git && cd opencv \
33-
&& git checkout master \
33+
&& git checkout 992c908b566d264b824680d0cf7d668cdf918254 \
3434
&& mkdir build && cd build \
3535
&& cmake -D CMAKE_BUILD_TYPE=RELEASE \
3636
-D CMAKE_INSTALL_PREFIX=/usr/local \

0 commit comments

Comments
 (0)