-
Notifications
You must be signed in to change notification settings - Fork 66
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
[FEA] Nightly build of latest stable #120
Comments
@lmeyerov This is a huge ask that would require a lot of resources both in engineering hours and compute resources to running all of the builds and tests where it unfortunately isn't feasible for us currently. I think one of the challenges here is that the number of libraries in RAPIDS is continuously growing and as new libraries are added they're not necessarily as mature as say cuDF or cuML with respect to their dependency tree. Perhaps we should define some type of "graduation" process to be included into the In the meantime, I think a middle ground here can be the ask that we treat conda solving issues of the current stable release metapackage with more attention. |
Yeah I get the concern of doing a full test suite run. As a lot of it seems to be the mess that is pydata conda deps, maybe a nightly It's problematic enough that we publish + use stable base docker rapids builds for our side ( https://hub.docker.com/orgs/graphistry/repositories ) and release them every month or two, though that still leaves us in an occasionally sensitive spot in practice when there are CVEs, updating base deps, doing clean builds, etc. For folks less deep into the ecosystem, having public stable / recommended not able to EDIT: re |
This isn't a cudf issue so moving to the integration repo as that's where the metapackage is produced. |
Is your feature request related to a problem? Please describe.
Issue rapidsai/cudf#6096 caused an expensive fire drill involving core members across multiple projects
Assuming the current stable release breaks again in the future for one of many reasons, and stable releases are out for ~6w, a useful thing may be something along the lines of daily build tests of last 2 releases (3mo)
Describe the solution you'd like
I'm less clear on the relative value of the full gamut of going across CUDA etc versions. AFAICT, the 80% is probably around conda: Python verison x set of RAPIDS packages
The text was updated successfully, but these errors were encountered: