-
Notifications
You must be signed in to change notification settings - Fork 908
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
[REVIEW] Fix issues with building cudf in a non-conda environment #7647
[REVIEW] Fix issues with building cudf in a non-conda environment #7647
Conversation
Validating install of last step pending since compilation is blocked by: #7563, so tagging this one as blocked. |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7647 +/- ##
===============================================
+ Coverage 81.86% 82.66% +0.79%
===============================================
Files 101 103 +2
Lines 16884 17563 +679
===============================================
+ Hits 13822 14518 +696
+ Misses 3062 3045 -17
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
@gpucibot merge |
rerun tests |
@gpucibot merge |
Co-authored-by: AJ Schmidt <[email protected]>
Co-authored-by: AJ Schmidt <[email protected]>
rerun tests |
1 similar comment
rerun tests |
This PR removes some pip requirements files that are no longer used. These were previously introduced to support #7647 but that Dockerfile is no longer maintained in this repository. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - https://github.com/brandon-b-miller - GALI PREM SAGAR (https://github.com/galipremsagar) - https://github.com/jakirkham URL: #10543
This PR removes a pip requirements file that is no longer used. This were previously introduced to support rapidsai/cudf#7647 but that Dockerfile is no longer maintained. See also rapidsai/cudf#10543. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #1015
Extension to rapidsai/rmm#733
Also resolves: #7578
This PR introduces fixes to
setup.py
in cudf build and also adds a DockerFile with which one can create a container with cudf fully built from source. Arrow & rmm will also be built from the source. This PR also contains arequirements.txt
which has packages needed by cudf and that are available to install via pip.