deps(docker): fix dependency group for cu129 image

- Changed the extras for cu129-diarization-sortformer from gpu-cu129 to cu129.
- This aligns the dependency with the correct naming convention for consistency.
This commit is contained in:
jedzill4
2026-02-25 21:49:08 -03:00
parent 73e7fafc48
commit 2553ef283e

View File

@@ -29,7 +29,7 @@ jobs:
extras: cpu,diarization-sortformer
- image_suffix: cu129-diarization-sortformer
dockerfile: Dockerfile
extras: gpu-cu129,diarization-sortformer
extras: cu129,diarization-sortformer
steps:
- name: Checkout
uses: actions/checkout@v4