-
Notifications
You must be signed in to change notification settings - Fork 116
Add nanobind
to mlir-nvidia
Dockerfile
#327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@joker-eph does this container get rebuilt each time the bot runs? I would assume so but just double checking there's not another step. |
I'd guess that you may be able to set |
ah good catch. There's a comment in the Dockerfile here that the reqs should be pinned so I'll leave this (@joker-eph will comment on how he wants to handle it) but I'll do that for the AMD bot in a separate PR. |
The comment about pinned revision was about reproducibility of the docker image. That said the same comment could apply to the content of the requirements.txt in the monorepo... If we don't pin revision bisections and other reproduction can become difficult I think. The We could cleanup the docker image for the mlir-nvidia bot and switch to |
Yea I don't know why those deps are ranged rather than fixed. I can make a discourse post about it.
The AMD bot does this
which can actually be shortened here to just
Is this what you had in mind for clean up? |
What I meant by cleanup is to not install these at all in the image, since the bot will pip install them later. |
Done |
Bump |
FYI, post merge this will only take effect when the master buildbot restarts. |
Good to know - are the bots restarted on a periodic basis or just when someone triggers it? |
I suspect it is manual, but I am not sure. I usually email/ping @gkistanova :) |
I think you forgot to update the PR title/description before merging? |
Sorry yes that was a mistake on my part. |
@makslevental Do I need to resend you the original nanobind PR or can you reland that without me doing anything? |
I can reland by reverting the revert (I'll fix up whatever has drifted) but I'll email Galina first to make sure the bots are rebooted. |
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 61bf308.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 61bf308cf2fc32452f14861c102ace89f5f36fec.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 1b84da2.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit b9f038f.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 5f5b11f.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 77c6aeb.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 2d11d7b.
Reverts revert #118517 after (hopefully) fixing builders (llvm/llvm-zorg#328, llvm/llvm-zorg#327) This reverts commit 49ee357.
To support llvm/llvm-project#117922