Skip to content
Snippets Groups Projects
Commit 830c5693 authored by calrama's avatar calrama
Browse files

Do not build MXNet's cpp-package C++ examples

parent dfab9486
Branches
Tags
No related merge requests found
...@@ -20,6 +20,7 @@ RUN apt-get update && \ ...@@ -20,6 +20,7 @@ RUN apt-get update && \
-DUSE_SIGNAL_HANDLER=ON \ -DUSE_SIGNAL_HANDLER=ON \
-DENABLE_CUDA_RTC=ON \ -DENABLE_CUDA_RTC=ON \
-DBUILD_CPP_EXAMPLES=OFF \ -DBUILD_CPP_EXAMPLES=OFF \
-DDO_NOT_BUILD_EXAMPLES=ON \
-DUSE_GPERFTOOLS=OFF \ -DUSE_GPERFTOOLS=OFF \
-DUSE_JEMALLOC=OFF \ -DUSE_JEMALLOC=OFF \
-G Ninja && \ -G Ninja && \
......
...@@ -19,6 +19,7 @@ RUN apt-get update && \ ...@@ -19,6 +19,7 @@ RUN apt-get update && \
-DUSE_SIGNAL_HANDLER=ON \ -DUSE_SIGNAL_HANDLER=ON \
-DENABLE_CUDA_RTC=OFF \ -DENABLE_CUDA_RTC=OFF \
-DBUILD_CPP_EXAMPLES=OFF \ -DBUILD_CPP_EXAMPLES=OFF \
-DDO_NOT_BUILD_EXAMPLES=ON \
-DUSE_GPERFTOOLS=OFF \ -DUSE_GPERFTOOLS=OFF \
-DUSE_JEMALLOC=OFF \ -DUSE_JEMALLOC=OFF \
-G Ninja && \ -G Ninja && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment