From f3a06443d7b9c35cb2f50a09cdd7432bf3a16c57 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Thu, 22 May 2025 19:08:47 +0300 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 803c3219..9703d0c7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,9 @@ version: "3.8" services: - GPT-SoVITS-CU124: - image: xxxxrt666/gpt-sovits:latest-cu124 - container_name: GPT-SoVITS-CU124 + GPT-SoVITS-CU126: + image: xxxxrt666/gpt-sovits:latest-cu126 + container_name: GPT-SoVITS-CU126 ports: - "9871:9871" - "9872:9872" @@ -23,9 +23,9 @@ services: shm_size: "16g" restart: unless-stopped runtime: nvidia - GPT-SoVITS-CU124-Lite: - image: xxxxrt666/gpt-sovits:latest-cu124-lite - container_name: GPT-SoVITS-CU124-Lite + GPT-SoVITS-CU126-Lite: + image: xxxxrt666/gpt-sovits:latest-cu126-lite + container_name: GPT-SoVITS-CU126-Lite ports: - "9871:9871" - "9872:9872"