Skip to content

Commit 2eb5422

Browse files
authored
Update dockerfile
1 parent 632a4e5 commit 2eb5422

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN pip install -r requirements.txt
2929

3030

3131
WORKDIR ${HOME}
32+
#Checkout version should be 4.4.0 when the new version is released
3233
RUN git clone http://github.com/opencv/opencv.git && cd opencv \
3334
&& git checkout 992c908b566d264b824680d0cf7d668cdf918254 \
3435
&& mkdir build && cd build \

0 commit comments

Comments
 (0)