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:
parent
73e7fafc48
commit
2553ef283e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue