Mousius commented on a change in pull request #10247: URL: https://github.com/apache/tvm/pull/10247#discussion_r806684111
########## File path: docker/install/ubuntu1804_install_python.sh ########## @@ -23,10 +23,10 @@ set -o pipefail # install python and pip, don't modify this, modify install_python_package.sh apt-get update apt-get install -y software-properties-common -apt-get install -y python3-dev python3-setuptools +apt-get install -y python3.7 python3.7-dev python3-pip # Install pip -cd /tmp && wget -q https://bootstrap.pypa.io/pip/3.6/get-pip.py && python3 get-pip.py +update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 # Pin pip and setuptools versions pip3 install pip==19.3.1 setuptools==58.4.0 Review comment: If we're updating these, is it possible to figure out how to securely install them? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
