|
98 | 98 | #SBATCH --gpus-per-node=${{ steps.meta.outputs.GPUS_PER_NODE }} |
99 | 99 | #SBATCH --time=00:30:00 |
100 | 100 | #SBATCH --output=${{ steps.meta.outputs.LOG_FILE }} |
101 | | - #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }}" |
| 101 | + #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }},NVCR_TOKEN=${{ secrets.NVCR_TOKEN }}" |
102 | 102 |
|
103 | 103 | # preload enroot container using one task per node |
104 | 104 | time srun \ |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | #SBATCH --gpus-per-node=${{ steps.meta.outputs.GPUS_PER_NODE }} |
320 | 320 | #SBATCH --time=00:30:00 |
321 | 321 | #SBATCH --output=${{ steps.meta.outputs.LOG_FILE }} |
322 | | - #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }}" |
| 322 | + #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }},NVCR_TOKEN=${{ secrets.NVCR_TOKEN }}" |
323 | 323 |
|
324 | 324 | # preload enroot container using one task per node |
325 | 325 | time srun \ |
@@ -517,7 +517,7 @@ jobs: |
517 | 517 | #SBATCH --gpus-per-node=${{ steps.meta.outputs.GPUS_PER_NODE }} |
518 | 518 | #SBATCH --time=00:30:00 |
519 | 519 | #SBATCH --output=${{ steps.meta.outputs.LOG_FILE }} |
520 | | - #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }}" |
| 520 | + #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }},NVCR_TOKEN=${{ secrets.NVCR_TOKEN }}" |
521 | 521 |
|
522 | 522 | # preload enroot container using one task per node |
523 | 523 | time srun \ |
@@ -709,7 +709,7 @@ jobs: |
709 | 709 | #SBATCH --gpus-per-node=${{ steps.meta.outputs.GPUS_PER_NODE }} |
710 | 710 | #SBATCH --time=00:30:00 |
711 | 711 | #SBATCH --output=${{ steps.meta.outputs.LOG_FILE }} |
712 | | - #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }}" |
| 712 | + #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }},NVCR_TOKEN=${{ secrets.NVCR_TOKEN }}" |
713 | 713 |
|
714 | 714 | # preload enroot container using one task per node |
715 | 715 | time srun \ |
@@ -901,7 +901,7 @@ jobs: |
901 | 901 | #SBATCH --gpus-per-node=${{ steps.meta.outputs.GPUS_PER_NODE }} |
902 | 902 | #SBATCH --time=00:30:00 |
903 | 903 | #SBATCH --output=${{ steps.meta.outputs.LOG_FILE }} |
904 | | - #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }}" |
| 904 | + #SBATCH --export="ENROOT_PASSWORD=${{ secrets.GITHUB_TOKEN }},NVCR_TOKEN=${{ secrets.NVCR_TOKEN }}" |
905 | 905 |
|
906 | 906 | # preload enroot container using one task per node |
907 | 907 | time srun \ |
|
0 commit comments