You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/04 01:22:51 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #6844: [CI] Add python setup script

tqchen opened a new pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844


   To enable setup less stable python packages more quickly and avoid frequent docker update.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721757633


   I believe pip install --user package==version would have the precedance over the system installed package
   
   Confirm by the following experiment
   ```
   docker/bash.sh tlcpack/ci-gpu:v0.71
   # the system one
   python3 -m pip show mxnet
   # install a specific version
   python3 -m pip install --user mxnet==1.5.0
   python3 -m pip show mxnet
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen merged pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
ANSHUMAN87 commented on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721515008


   Just one thought, based on recent struggle in upgrading TF with a cascade effect. Should we have an option to override the existing dependency packages ? So that we can run the CI, with the intended dependency package without modifying the docker. Later on, once CI stable, we can change the docker.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721460007


   cc @tmoreau89 @tkonolige 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721757633


   I believe pip install --user --upgrade would override the system installed package


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721757633


   I believe pip install --user package==version would have the precedance over the system installed package


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #6844: [CI] Add python setup script

Posted by GitBox <gi...@apache.org>.
ANSHUMAN87 commented on pull request #6844:
URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721792935


   Thanks @tqchen for confirming. I concur. :+1: 


----------------------------------------------------------------
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:
users@infra.apache.org