From 9ad8fa489bda438438d57cb5314b57f7adc0c1e7 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 10 Dec 2019 12:23:21 +0100 Subject: [PATCH] centos-7: mxnet: enable profiler --- centos-7/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 17079d4..3d1d26f 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 \ -- GitLab