Skip to content

Tutorials: Update Nsight Streamer to 2026.1.1#139

Merged
brycelelbach merged 1 commit intomainfrom
update-nsight-streamer-2026-01
Feb 23, 2026
Merged

Tutorials: Update Nsight Streamer to 2026.1.1#139
brycelelbach merged 1 commit intomainfrom
update-nsight-streamer-2026-01

Conversation

@brycelelbach
Copy link
Collaborator

Update the Nsight Streamer NSys image from 2025.3.1 to 2026.1.1 across all tutorial docker-compose files:

  • tutorials/accelerated-python/brev/docker-compose.yml
  • tutorials/cuda-cpp/brev/docker-compose.yml
  • tutorials/cuda-tile/brev/docker-compose.yml
  • tutorials/nvmath-python/brev/docker-compose.yml
  • tutorials/stdpar/brev/docker-compose.yml

@github-actions
Copy link
Contributor

❌ Link Check Failed

Broken links were detected in this PR.

Please check the workflow run logs for details on which links are broken.

Common fixes:

  1. Typo in URL - Check for spelling mistakes in the link
  2. Outdated link - The page may have moved or been deleted
  3. Relative path issue - Ensure relative links use the correct path
  4. External site down - If the external site is temporarily down, you can add it to brev/.lycheeignore

To test links locally:

./brev/test-links.bash .

📚 Lychee documentation

@brycelelbach brycelelbach force-pushed the update-nsight-streamer-2026-01 branch from fec9752 to f693990 Compare February 22, 2026 16:58
@brycelelbach brycelelbach force-pushed the update-nsight-streamer-2026-01 branch from f693990 to 32b5f40 Compare February 23, 2026 14:54
@copy-pr-bot
Copy link

copy-pr-bot bot commented Feb 23, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@brycelelbach brycelelbach merged commit d2c0393 into main Feb 23, 2026
6 of 8 checks passed
@brycelelbach brycelelbach deleted the update-nsight-streamer-2026-01 branch February 23, 2026 14:54
@github-actions
Copy link
Contributor

❌ Commit Signature Check Failed

Found 1 unsigned commit(s):

🔗 View workflow run logs

  • 32b5f40: Tutorials: Update Nsight Streamer to 2026.01. (unsigned)

All commits must be signed

How to fix:

  1. Configure commit signing (if not already done):

    # For GPG signing
    git config --global commit.gpgsign true
    
    # Or for SSH signing (Git 2.34+)
    git config --global gpg.format ssh
    git config --global user.signingkey ~/.ssh/id_ed25519.pub
  2. Re-sign your commits:

    git rebase -i origin/main --exec "git commit --amend --no-edit -S"
    git push --force-with-lease

📚 GitHub documentation on signing commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant