hzfan commented on a change in pull request #15855: [Numpy] cumprod
URL: https://github.com/apache/incubator-mxnet/pull/15855#discussion_r326710119
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -367,6 +367,7 @@ build_ubuntu_cpu_openblas() {
     set -ex
     export CC="gcc"
     export CXX="g++"
+    pip3 install --user psutil
 
 Review comment:
   Thank you for the suggestion. I tried it and found that 
`Dockerfile.build.ubuntu_gpu_cu*` runs `ubuntu_tvm.sh`, but 
`Dockerfile.build.ubuntu_cpu` does not run it. So I think doing it in 
`ubuntu_tvm.sh` may not fix the error in unix-cpu.
   
   Can I separate `ubuntu_python.sh` into two files, one for arm device and the 
other for common x86-64 device? This worked for me.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to