diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 17079d4aa726fb6bc75701fc38b22f80a6a7af8a..3d1d26fc9f97b6d13a1cb530bf59a38e9b1f5e91 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -207,6 +207,7 @@ RUN version=1.5.1 && \ -D USE_CUDA=ON -D USE_CUDNN=ON -D USE_NCCL=OFF \ -D USE_OPENCV=ON -D USE_OPENMP=ON \ -D USE_LAPACK=ON -D USE_MKL_IF_AVAILABLE=OFF \ + -D USE_PROFILER=ON \ -D USE_DIST_KVSTORE=OFF \ -D USE_CPP_PACKAGE=ON \ -D USE_SIGNAL_HANDLER=ON \