ChaiBapchya commented on pull request #18597:
URL: https://github.com/apache/incubator-mxnet/pull/18597#issuecomment-651996528


   Found the root-cause of this issue
   | Function           | Dockerfile                            | Base Docker 
Image                                     | Python        |
   |--------------      |-----------------------------------    
|------------------------------------------------       |--------       |
   | build_jetson       | ci/docker/Dockerfile.build.jetson     | FROM 
nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04        | ✖︎            |
   | build_armv6        | ci/docker/Dockerfile.build.armv6      | FROM 
dockcross/linux-armv6                            | 2.7           |
   | build_armv7        | ci/docker/Dockerfile.build.armv7      | FROM 
dockcross/linux-armv7                            | 2.7           |
   | build_armv8        | ci/docker/Dockerfile.build.armv8      | FROM 
dockcross/linux-armv64                           | 2.7           |
   
   All `dockcross/linux-arm* ` have default python as python2 and it includes 
setuptools installed.
   However, nvidia/cuda docker image doesn't have python & as a result doesn't 
have setuptools. Hence we need to specifically install python2 & setuptools.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to