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