Tutorials/Accelerated Python: Install cuDF and cuML in the main environment#154
Open
brycelelbach wants to merge 1 commit intomainfrom
Open
Tutorials/Accelerated Python: Install cuDF and cuML in the main environment#154brycelelbach wants to merge 1 commit intomainfrom
brycelelbach wants to merge 1 commit intomainfrom
Conversation
e5c625d to
93e79e6
Compare
…onment. cuDF and cuML no longer have a compatibility issue with numba-cuda, so they can be installed directly in the main Python environment instead of an isolated RAPIDS venv. This removes the separate venv, its Jupyter kernel registration, and the duplicate ipykernel/pytest installs, reducing container size. Notebooks that used the RAPIDS kernel now use the standard python3 kernel, and the format checker no longer accepts or mentions the RAPIDS kernelspec.
93e79e6 to
54480fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cudf-cu13==26.2.1andcuml-cu13==26.2.0directly in the main environment viarequirements.txt, now that the numba-cuda compatibility issue is resolved.Python 3 (RAPIDS 25.10)kernel to the standardpython3kernel, and runs RAPIDS tests with regular pytest instead of the venv pytest.test-notebook-format.pyso it no longer accepts or mentions the RAPIDS kernel as an alternative.