Skip to content

Commit 31ad6bc

Browse files
Merge pull request #381 from atheo89/2024b-sync
2024b r-sync
2 parents b5a8318 + b393e89 commit 31ad6bc

File tree

271 files changed

+122811
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+122811
-27
lines changed

.github/workflows/build-notebooks.yaml

Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,235 @@
374374
},
375375
"secrets": "inherit"
376376
},
377+
"base-ubi9-python-3_11": {
378+
"needs": [],
379+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
380+
"with": {
381+
"target": "base-ubi9-python-3.11",
382+
"github": "${{ toJSON(github) }}"
383+
},
384+
"secrets": "inherit"
385+
},
386+
"jupyter-minimal-ubi9-python-3_11": {
387+
"needs": [
388+
"base-ubi9-python-3_11"
389+
],
390+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
391+
"with": {
392+
"target": "jupyter-minimal-ubi9-python-3.11",
393+
"github": "${{ toJSON(github) }}"
394+
},
395+
"secrets": "inherit"
396+
},
397+
"jupyter-datascience-ubi9-python-3_11": {
398+
"needs": [
399+
"jupyter-minimal-ubi9-python-3_11"
400+
],
401+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
402+
"with": {
403+
"target": "jupyter-datascience-ubi9-python-3.11",
404+
"github": "${{ toJSON(github) }}"
405+
},
406+
"secrets": "inherit"
407+
},
408+
"cuda-ubi9-python-3_11": {
409+
"needs": [
410+
"base-ubi9-python-3_11"
411+
],
412+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
413+
"with": {
414+
"target": "cuda-ubi9-python-3.11",
415+
"github": "${{ toJSON(github) }}"
416+
},
417+
"secrets": "inherit"
418+
},
419+
"cuda-jupyter-minimal-ubi9-python-3_11": {
420+
"needs": [
421+
"cuda-ubi9-python-3_11"
422+
],
423+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
424+
"with": {
425+
"target": "cuda-jupyter-minimal-ubi9-python-3.11",
426+
"github": "${{ toJSON(github) }}"
427+
},
428+
"secrets": "inherit"
429+
},
430+
"cuda-jupyter-datascience-ubi9-python-3_11": {
431+
"needs": [
432+
"cuda-jupyter-minimal-ubi9-python-3_11"
433+
],
434+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
435+
"with": {
436+
"target": "cuda-jupyter-datascience-ubi9-python-3.11",
437+
"github": "${{ toJSON(github) }}"
438+
},
439+
"secrets": "inherit"
440+
},
441+
"cuda-jupyter-tensorflow-ubi9-python-3_11": {
442+
"needs": [
443+
"cuda-jupyter-datascience-ubi9-python-3_11"
444+
],
445+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
446+
"with": {
447+
"target": "cuda-jupyter-tensorflow-ubi9-python-3.11",
448+
"github": "${{ toJSON(github) }}"
449+
},
450+
"secrets": "inherit"
451+
},
452+
"jupyter-pytorch-ubi9-python-3_11": {
453+
"needs": [
454+
"cuda-jupyter-datascience-ubi9-python-3_11"
455+
],
456+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
457+
"with": {
458+
"target": "jupyter-pytorch-ubi9-python-3.11",
459+
"github": "${{ toJSON(github) }}"
460+
},
461+
"secrets": "inherit"
462+
},
463+
"jupyter-trustyai-ubi9-python-3_11": {
464+
"needs": [
465+
"jupyter-datascience-ubi9-python-3_11"
466+
],
467+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
468+
"with": {
469+
"target": "jupyter-trustyai-ubi9-python-3.11",
470+
"github": "${{ toJSON(github) }}"
471+
},
472+
"secrets": "inherit"
473+
},
474+
"runtime-minimal-ubi9-python-3_11": {
475+
"needs": [
476+
"base-ubi9-python-3_11"
477+
],
478+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
479+
"with": {
480+
"target": "runtime-minimal-ubi9-python-3.11",
481+
"github": "${{ toJSON(github) }}"
482+
},
483+
"secrets": "inherit"
484+
},
485+
"runtime-datascience-ubi9-python-3_11": {
486+
"needs": [
487+
"base-ubi9-python-3_11"
488+
],
489+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
490+
"with": {
491+
"target": "runtime-datascience-ubi9-python-3.11",
492+
"github": "${{ toJSON(github) }}"
493+
},
494+
"secrets": "inherit"
495+
},
496+
"runtime-pytorch-ubi9-python-3_11": {
497+
"needs": [
498+
"base-ubi9-python-3_11"
499+
],
500+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
501+
"with": {
502+
"target": "runtime-pytorch-ubi9-python-3.11",
503+
"github": "${{ toJSON(github) }}"
504+
},
505+
"secrets": "inherit"
506+
},
507+
"runtime-cuda-tensorflow-ubi9-python-3_11": {
508+
"needs": [
509+
"cuda-ubi9-python-3_11"
510+
],
511+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
512+
"with": {
513+
"target": "runtime-cuda-tensorflow-ubi9-python-3.11",
514+
"github": "${{ toJSON(github) }}"
515+
},
516+
"secrets": "inherit"
517+
},
518+
"codeserver-ubi9-python-3_11": {
519+
"needs": [
520+
"base-ubi9-python-3_11"
521+
],
522+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
523+
"with": {
524+
"target": "codeserver-ubi9-python-3.11",
525+
"github": "${{ toJSON(github) }}"
526+
},
527+
"secrets": "inherit"
528+
},
529+
"intel-base-gpu-ubi9-python-3_11": {
530+
"needs": [
531+
"base-ubi9-python-3_11"
532+
],
533+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
534+
"with": {
535+
"target": "intel-base-gpu-ubi9-python-3.11",
536+
"github": "${{ toJSON(github) }}"
537+
},
538+
"secrets": "inherit"
539+
},
540+
"intel-runtime-tensorflow-ubi9-python-3_11": {
541+
"needs": [
542+
"intel-base-gpu-ubi9-python-3_11"
543+
],
544+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
545+
"with": {
546+
"target": "intel-runtime-tensorflow-ubi9-python-3.11",
547+
"github": "${{ toJSON(github) }}"
548+
},
549+
"secrets": "inherit"
550+
},
551+
"jupyter-intel-tensorflow-ubi9-python-3_11": {
552+
"needs": [
553+
"intel-base-gpu-ubi9-python-3_11"
554+
],
555+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
556+
"with": {
557+
"target": "jupyter-intel-tensorflow-ubi9-python-3.11",
558+
"github": "${{ toJSON(github) }}"
559+
},
560+
"secrets": "inherit"
561+
},
562+
"intel-runtime-pytorch-ubi9-python-3_11": {
563+
"needs": [
564+
"intel-base-gpu-ubi9-python-3_11"
565+
],
566+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
567+
"with": {
568+
"target": "intel-runtime-pytorch-ubi9-python-3.11",
569+
"github": "${{ toJSON(github) }}"
570+
},
571+
"secrets": "inherit"
572+
},
573+
"jupyter-intel-pytorch-ubi9-python-3_11": {
574+
"needs": [
575+
"intel-base-gpu-ubi9-python-3_11"
576+
],
577+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
578+
"with": {
579+
"target": "jupyter-intel-pytorch-ubi9-python-3.11",
580+
"github": "${{ toJSON(github) }}"
581+
},
582+
"secrets": "inherit"
583+
},
584+
"intel-runtime-ml-ubi9-python-3_11": {
585+
"needs": [
586+
"base-ubi9-python-3_11"
587+
],
588+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
589+
"with": {
590+
"target": "intel-runtime-ml-ubi9-python-3.11",
591+
"github": "${{ toJSON(github) }}"
592+
},
593+
"secrets": "inherit"
594+
},
595+
"jupyter-intel-ml-ubi9-python-3_11": {
596+
"needs": [
597+
"base-ubi9-python-3_11"
598+
],
599+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
600+
"with": {
601+
"target": "jupyter-intel-ml-ubi9-python-3.11",
602+
"github": "${{ toJSON(github) }}"
603+
},
604+
"secrets": "inherit"
605+
},
377606
"base-c9s-python-3_9": {
378607
"needs": [],
379608
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
@@ -493,6 +722,83 @@
493722
},
494723
"secrets": "inherit"
495724
},
725+
"rocm-ubi9-python-3_11": {
726+
"needs": [
727+
"base-ubi9-python-3_11"
728+
],
729+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
730+
"with": {
731+
"target": "rocm-ubi9-python-3.11",
732+
"github": "${{ toJSON(github) }}"
733+
},
734+
"secrets": "inherit"
735+
},
736+
"rocm-jupyter-minimal-ubi9-python-3_11": {
737+
"needs": [
738+
"rocm-ubi9-python-3_11"
739+
],
740+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
741+
"with": {
742+
"target": "rocm-jupyter-minimal-ubi9-python-3.11",
743+
"github": "${{ toJSON(github) }}"
744+
},
745+
"secrets": "inherit"
746+
},
747+
"rocm-jupyter-datascience-ubi9-python-3_11": {
748+
"needs": [
749+
"rocm-jupyter-minimal-ubi9-python-3_11"
750+
],
751+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
752+
"with": {
753+
"target": "rocm-jupyter-datascience-ubi9-python-3.11",
754+
"github": "${{ toJSON(github) }}"
755+
},
756+
"secrets": "inherit"
757+
},
758+
"rocm-jupyter-tensorflow-ubi9-python-3_11": {
759+
"needs": [
760+
"rocm-jupyter-datascience-ubi9-python-3_11"
761+
],
762+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
763+
"with": {
764+
"target": "rocm-jupyter-tensorflow-ubi9-python-3.11",
765+
"github": "${{ toJSON(github) }}"
766+
},
767+
"secrets": "inherit"
768+
},
769+
"rocm-jupyter-pytorch-ubi9-python-3_11": {
770+
"needs": [
771+
"rocm-jupyter-datascience-ubi9-python-3_11"
772+
],
773+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
774+
"with": {
775+
"target": "rocm-jupyter-pytorch-ubi9-python-3.11",
776+
"github": "${{ toJSON(github) }}"
777+
},
778+
"secrets": "inherit"
779+
},
780+
"rocm-runtime-pytorch-ubi9-python-3_11": {
781+
"needs": [
782+
"rocm-ubi9-python-3_11"
783+
],
784+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
785+
"with": {
786+
"target": "rocm-runtime-pytorch-ubi9-python-3.11",
787+
"github": "${{ toJSON(github) }}"
788+
},
789+
"secrets": "inherit"
790+
},
791+
"rocm-runtime-tensorflow-ubi9-python-3_11": {
792+
"needs": [
793+
"rocm-ubi9-python-3_11"
794+
],
795+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
796+
"with": {
797+
"target": "rocm-runtime-tensorflow-ubi9-python-3.11",
798+
"github": "${{ toJSON(github) }}"
799+
},
800+
"secrets": "inherit"
801+
},
496802
"base-anaconda-python-3_8": {
497803
"needs": [],
498804
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",

0 commit comments

Comments
 (0)