Skip to content
Snippets Groups Projects
Commit 974312aa authored by calrama's avatar calrama
Browse files

centos-7: Cleanup opencv build files

parent 73028776
Branches
No related tags found
No related merge requests found
...@@ -190,7 +190,9 @@ RUN version=3.4.8 && \ ...@@ -190,7 +190,9 @@ RUN version=3.4.8 && \
-D WITH_ZLIB=ON -D BUILD_ZLIB=OFF \ -D WITH_ZLIB=ON -D BUILD_ZLIB=OFF \
-D WITH_V4L=ON \ -D WITH_V4L=ON \
&& \ && \
ninja -C build install ninja -C build install && \
cd .. && \
rm -rf opencv-${version}* opencv_contrib-${version}*
# MXNet # MXNet
ENV MXNet_DIR /opt/mxnet-1.5.1 ENV MXNet_DIR /opt/mxnet-1.5.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment