driazati commented on code in PR #14635:
URL: https://github.com/apache/tvm/pull/14635#discussion_r1169373052


##########
docker/Dockerfile.ci_lint:
##########
@@ -18,24 +18,24 @@
 # For lint test
 # CI docker lint env
 # tag: v0.60
-FROM ubuntu:18.04
+FROM ubuntu:22.04
 
 COPY utils/apt-install-and-clear.sh /usr/local/bin/apt-install-and-clear
 
 RUN apt-get update --fix-missing
 
 RUN apt-install-and-clear -y wget git sudo make parallel
 
-ENV TVM_VENV /venv/apache-tvm-py3.7
+ENV TVM_VENV /venv/apache-tvm-py3.8

Review Comment:
   ```suggestion
   ENV TVM_VENV /venv/apache-tvm-py3.8
   ENV DEBIAN_FRONTEND noninteractive
   ```
   
   we probably also need this to fix the timeout here: 
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-docker/detail/PR-14635/6/pipeline/77#step-212-log-1473



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