mherkazandjian commented on pull request #8144: URL: https://github.com/apache/tvm/pull/8144#issuecomment-852190462
@leandron The variable ``EXTRA_MOUNTS`` is set as an empty list here https://github.com/apache/tvm/blob/cc7307d2eca52cafe0aabdc9c4cebb5497097540/docker/bash.sh#L151 and hence does not inhert (or append) values from the environment. The change by @mehrdadh is quite useful. I was planning to work on this myself, i think this will be quite handy since many people use the ci containers for development too. -- 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]
