hzfan commented on a change in pull request #15855: [Numpy] cumprod
URL: https://github.com/apache/incubator-mxnet/pull/15855#discussion_r325214421
##########
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:
I tried to install it in `ci/docker/install/ubuntu_python.sh`. It worked
fine for unix-cpu, but edge fails.
Edge runs `ci/build.py --docker-registry mxnetci -p test.arm_qemu
./runtime_functions.py` and one step of it is
```
Step 5/17 : RUN /work/ubuntu_python.sh
---> Using cache
---> 7535d4f37ed9
```
But it seems that the package I want to install (`psutil`) cannot be
installed on edge device.
Could you plz kindly point out where to install the `psutil` package?
----------------------------------------------------------------
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