leandron opened a new issue #4505: Build Dockerfile.ci_lint is broken due an 
unavailable PPA repository
URL: https://github.com/apache/incubator-tvm/issues/4505
 
 
   Building `tvm.ci_lint` is currently broken due to the unavailability of 
`ppa:jonathonf/python-3.6`.
   
   A command to reproduce the issue, provided you don't have the `tvm.ci_lint` 
cached, can be achieved with:
   
       tvm/docker/build.sh ci_lint "echo hi"
   
   The build will fail during the execution of 
`/install/ubuntu_install_python.sh`, as it tries to `apt-get update` after 
adding `ppa:jonathonf/python-3.6`, which is currently unavailable for public 
access.
   
   One solution would be moving to another repository, for example 
`ppa:deadsnakes/ppa`, which also provides Python 3.6 for Ubuntu 16.04. Another 
solution would be building our own Python 3.6, but I think this would increase 
the time to build the container, as well as increase dependencies, so not 
really recommended in my opinion.
   
   I suggest we just move repositories for now.

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


With regards,
Apache Git Services

Reply via email to