-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support RBE where worker image has no cuda install #45
Comments
Did anyone made some progress on this? Maybe fetching the cuda toolkit as a tarball and pass it to the rules_cuda toolchain? |
#72 - is an initial stab at this - I'm using this at work for our CUDA use case and its working ok for us but its not in a state yet that it can be merged into the upstream repo. Feel free to pick up breaking down this into changes that can be landed if you have bandwidth to. |
Thanks for the starting point @jsharpe, would it be possible to merge this PR, or do you know if there are specific points that need to be addressed in the PR? |
Unfortunately that PR breaks the local cuda toolchain so it can't be merged as is. It needs breaking down into smaller PRs really and merged step by step. |
Related #283 |
Fixed by #285. See https://github.com/cloudhan/cuda-samples/blob/bazel-cuda-components/MODULE.bazel for a working example. |
It'd be good to support a completely hermetic toolchain so that RBE can be used without needing a special image for workers.
The text was updated successfully, but these errors were encountered: