From 2553ef283e75e7514b4090eb11b5149ebc6c14db Mon Sep 17 00:00:00 2001 From: jedzill4 Date: Wed, 25 Feb 2026 21:49:08 -0300 Subject: [PATCH] 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. --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 42239ec..8727f87 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -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