mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 14:23:18 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user