Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 88b8315

Browse files
committed
Add more make jobs
1 parent d2a4f95 commit 88b8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN cmake -D CMAKE_BUILD_TYPE=RELEASE \
4343
$OPENCV_GIT_DIR
4444

4545
# Finish and install
46-
RUN make && make install && ldconfig
46+
RUN make -j4 && make install && ldconfig
4747

4848
# Back to the default directory
4949
WORKDIR /home/$NB_USER/work

0 commit comments

Comments
 (0)