Tutorials/Accelerated Python: Rebase to NVIDIA CUDA 13.1 base container.#132
Merged
brycelelbach merged 11 commits intoNVIDIA:mainfrom Feb 21, 2026
Merged
Conversation
Contributor
|
👋 Thank you for your contribution! This pull request is from a forked repository so GitHub Actions will not be able to run CI. A maintainer will review your changes shortly and manually trigger the CI. @maintainers Please review this PR when you have a chance and follow the instructions in the CONTRIBUTING.md file to trigger the CI. |
Contributor
❌ Link Check FailedBroken links were detected in this PR. Please check the workflow run logs for details on which links are broken. Common fixes:
To test links locally:./brev/test-links.bash . |
292a349 to
7e313de
Compare
… Brev to ensure Nsight tools can run as non-root.
…rofiling instead of reloading NVIDIA modules.
…hon which lacks Nsight tools.
…and relax profiling permissions at container startup.
…fully-qualified paths in ncu and nsys wrappers.
…version variables are resolved.
7e313de to
0596e83
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.
Rebase the accelerated-python tutorial to use the same NVIDIA CUDA 13.1 base container as the cuda-tile tutorial (
ghcr.io/nvidia/mirrors/nvidia-cuda-13.1.0-devel-ubuntu22.04).Changes
Dockerfile
rapidsai-devcontainers-25.08-cpp-cuda12.8tonvidia-cuda-13.1.0-devel-ubuntu22.04.cu128tocu130withtorch==2.10.0.cudf-cu12/cuml-cu12tocudf-cu13/cuml-cu13.PYTHON_VERSION,PATH, Nsight version vars; removePYTHONSTARTUP.libglib2.0-0(matching cuda-tile).requirements.txt
nvidia-cublas-cu12,nvidia-nvshmem-cu12,nvidia-cuda-nvcc-cu12,nvidia-cuda-nvrtc-cu12(provided by the devel base container).