leezu commented on a change in pull request #18450:
URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433577324



##########
File path: ci/docker/Dockerfile.build.jetson
##########
@@ -42,7 +42,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get 
install -y \
     automake \
     libtool \
     crossbuild-essential-arm64 \
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/* \
+ && alias python=python3

Review comment:
       This won't help as the alias will be lost at the end of this RUN 
command. If you don't plan to fix the onnx update in this PR, you can manually 
install python2 https://packages.ubuntu.com/focal/python2




----------------------------------------------------------------
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]


Reply via email to