Skip to content

Commit 60f4126

Browse files
committed
ci(workflows): switch GitHub Actions runners to Ubuntu-24.04 for vibevoice backend
Signed-off-by: Alessandro Sturniolo <[email protected]>
1 parent 3e1aebc commit 60f4126

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/backend.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
tag-latest: 'auto'
8787
tag-suffix: '-gpu-nvidia-cuda-12-vibevoice'
8888
runs-on: 'ubuntu-latest'
89-
base-image: "ubuntu:22.04"
89+
base-image: "ubuntu:24.04"
9090
skip-drivers: 'false'
9191
backend: "vibevoice"
9292
dockerfile: "./backend/Dockerfile.python"
93-
context: "./backend"
94-
ubuntu-version: '2204'
93+
context: "./"
94+
ubuntu-version: '2404'
9595
- build-type: 'cublas'
9696
cuda-major-version: "12"
9797
cuda-minor-version: "0"
@@ -308,12 +308,12 @@ jobs:
308308
tag-latest: 'auto'
309309
tag-suffix: '-gpu-nvidia-cuda-13-vibevoice'
310310
runs-on: 'ubuntu-latest'
311-
base-image: "ubuntu:22.04"
311+
base-image: "ubuntu:24.04"
312312
skip-drivers: 'false'
313313
backend: "vibevoice"
314314
dockerfile: "./backend/Dockerfile.python"
315-
context: "./backend"
316-
ubuntu-version: '2204'
315+
context: "./"
316+
ubuntu-version: '2404'
317317
- build-type: 'cublas'
318318
cuda-major-version: "13"
319319
cuda-minor-version: "0"
@@ -378,7 +378,7 @@ jobs:
378378
ubuntu-version: '2404'
379379
backend: "vibevoice"
380380
dockerfile: "./backend/Dockerfile.python"
381-
context: "./backend"
381+
context: "./"
382382
- build-type: 'l4t'
383383
cuda-major-version: "13"
384384
cuda-minor-version: "0"
@@ -596,12 +596,12 @@ jobs:
596596
tag-latest: 'auto'
597597
tag-suffix: '-gpu-rocm-hipblas-vibevoice'
598598
runs-on: 'arc-runner-set'
599-
base-image: "rocm/dev-ubuntu-22.04:6.4.3"
599+
base-image: "rocm/dev-ubuntu-24.04:6.4.4"
600600
skip-drivers: 'false'
601601
backend: "vibevoice"
602602
dockerfile: "./backend/Dockerfile.python"
603-
context: "./backend"
604-
ubuntu-version: '2204'
603+
context: "./"
604+
ubuntu-version: '2404'
605605
- build-type: 'hipblas'
606606
cuda-major-version: ""
607607
cuda-minor-version: ""
@@ -727,12 +727,12 @@ jobs:
727727
tag-latest: 'auto'
728728
tag-suffix: '-nvidia-l4t-vibevoice'
729729
runs-on: 'ubuntu-24.04-arm'
730-
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
730+
base-image: "ubuntu:24.04"
731731
skip-drivers: 'true'
732732
backend: "vibevoice"
733733
dockerfile: "./backend/Dockerfile.python"
734-
context: "./backend"
735-
ubuntu-version: '2204'
734+
context: "./"
735+
ubuntu-version: '2404'
736736
- build-type: 'l4t'
737737
cuda-major-version: "12"
738738
cuda-minor-version: "0"
@@ -784,8 +784,8 @@ jobs:
784784
skip-drivers: 'false'
785785
backend: "vibevoice"
786786
dockerfile: "./backend/Dockerfile.python"
787-
context: "./backend"
788-
ubuntu-version: '2204'
787+
context: "./"
788+
ubuntu-version: '2404'
789789
- build-type: 'intel'
790790
cuda-major-version: ""
791791
cuda-minor-version: ""

0 commit comments

Comments
 (0)