mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-12-17 10:27:08 +08:00
Update docker-publish.yaml
This commit is contained in:
parent
9de546162b
commit
2a70ee3c85
22
.github/workflows/docker-publish.yaml
vendored
22
.github/workflows/docker-publish.yaml
vendored
@ -24,14 +24,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- cuda_version: 12.4
|
- cuda_version: 12.6
|
||||||
lite: true
|
lite: true
|
||||||
torch_base: lite
|
torch_base: lite
|
||||||
tag_prefix: cu124-lite
|
tag_prefix: cu126-lite
|
||||||
- cuda_version: 12.4
|
- cuda_version: 12.6
|
||||||
lite: false
|
lite: false
|
||||||
torch_base: full
|
torch_base: full
|
||||||
tag_prefix: cu124
|
tag_prefix: cu126
|
||||||
- cuda_version: 12.8
|
- cuda_version: 12.8
|
||||||
lite: true
|
lite: true
|
||||||
torch_base: lite
|
torch_base: lite
|
||||||
@ -111,14 +111,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- cuda_version: 12.4
|
- cuda_version: 12.6
|
||||||
lite: true
|
lite: true
|
||||||
torch_base: lite
|
torch_base: lite
|
||||||
tag_prefix: cu124-lite
|
tag_prefix: cu126-lite
|
||||||
- cuda_version: 12.4
|
- cuda_version: 12.6
|
||||||
lite: false
|
lite: false
|
||||||
torch_base: full
|
torch_base: full
|
||||||
tag_prefix: cu124
|
tag_prefix: cu126
|
||||||
- cuda_version: 12.8
|
- cuda_version: 12.8
|
||||||
lite: true
|
lite: true
|
||||||
torch_base: lite
|
torch_base: lite
|
||||||
@ -202,8 +202,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- tag_prefix: cu124-lite
|
- tag_prefix: cu126-lite
|
||||||
- tag_prefix: cu124
|
- tag_prefix: cu126
|
||||||
- tag_prefix: cu128-lite
|
- tag_prefix: cu128-lite
|
||||||
- tag_prefix: cu128
|
- tag_prefix: cu128
|
||||||
|
|
||||||
@ -272,5 +272,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
--tag ${{ secrets.DOCKER_HUB_USERNAME }}/gpt-sovits:latest \
|
--tag ${{ secrets.DOCKER_HUB_USERNAME }}/gpt-sovits:latest \
|
||||||
${{ secrets.DOCKER_HUB_USERNAME }}/gpt-sovits:latest-cu124-lite
|
${{ secrets.DOCKER_HUB_USERNAME }}/gpt-sovits:latest-cu126-lite
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user