areusch commented on code in PR #11304:
URL: https://github.com/apache/tvm/pull/11304#discussion_r874220046
##########
tests/scripts/ci.py:
##########
@@ -195,6 +195,8 @@ def docker(name: str, image: str, scripts: List[str], env:
Dict[str, str], inter
command.append("-t")
scripts = ["interact() {", " bash", "}", "trap interact 0", ""] +
scripts
+ command.append("--net=host")
Review Comment:
@Lunderberg this behavior changed to default-on in #8670. did you have
rationale behind that you can remember? I feel like maybe we shouldn't do
that...but if there is a common use case it breaks then it's probably not worth
making folks add that option all the time.
--
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]