Dockerfile should use the correct nvidia channel to install libcu* (#… #27
This file contains 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
name: Create PR to main with cherry-pick from release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
cherry-pick: | |
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected] | |
secrets: | |
PAT: ${{ secrets.PAT }} | |
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }} | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |