ashutosh-arm commented on code in PR #13736:
URL: https://github.com/apache/tvm/pull/13736#discussion_r1065712546


##########
docker/Dockerfile.ci_cortexm:
##########
@@ -45,8 +45,8 @@ ENV PYTHONNOUSERSITE 1  # Disable .local directory from 
affecting CI.
 COPY install/ubuntu_install_python_package.sh 
/install/ubuntu_install_python_package.sh
 RUN bash /install/ubuntu_install_python_package.sh
 
-COPY install/ubuntu1804_install_llvm.sh /install/ubuntu1804_install_llvm.sh
-RUN bash /install/ubuntu1804_install_llvm.sh
+COPY install/ubuntu2004_install_llvm.sh /install/ubuntu2004_install_llvm.sh
+RUN bash /install/ubuntu2004_install_llvm.sh

Review Comment:
   @mehrdadh, thanks for this upgrade. Since Ubuntu20.04 has default 
installation of `python3.8` and `python3.7` EOL is June 2023 as per 
https://peps.python.org/pep-0537/#lifespan. Since I have not seen any other 
discussions, my assumption is that we still do wish to support older version 
until its EOL. We most likely would require `python3.7` installation from 
https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa.



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

Reply via email to