From 3e177aaaaee3727859d982b282286a0fc85a2fe3 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Sun, 4 May 2025 12:00:06 +0100 Subject: [PATCH] update docker docs about architecture --- README.md | 9 +++++---- docs/cn/README.md | 1 + docs/ja/README.md | 1 + docs/ko/README.md | 1 + docs/tr/README.md | 1 + 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 264485d8..5dd6a52b 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,11 @@ pip install -r requirements.txt Due to rapid development in the codebase and a slower Docker image release cycle, please: -- Check [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits) for the latest available image tags. -- Choose an appropriate image tag for your environment. -- `Lite` means the Docker image does not include ASR models and UVR5 models. You can manually download the UVR5 models, while the program will automatically download the ASR models as needed. -- Optionally, build the image locally using the provided Dockerfile for the most up-to-date changes. +- Check [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits) for the latest available image tags +- Choose an appropriate image tag for your environment +- `Lite` means the Docker image does not include ASR models and UVR5 models. You can manually download the UVR5 models, while the program will automatically download the ASR models as needed +- The appropriate architecture image (amd64/arm64) will be automatically pulled during Docker Compose +- Optionally, build the image locally using the provided Dockerfile for the most up-to-date changes #### Environment Variables diff --git a/docs/cn/README.md b/docs/cn/README.md index 7c90931f..7801c118 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -127,6 +127,7 @@ pip install -r requirements.txt - 前往 [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits) 查看最新可用的镜像标签(tags) - 根据你的运行环境选择合适的镜像标签 - `Lite` Docker 镜像不包含 ASR 模型和 UVR5 模型. 你可以自行下载 UVR5 模型, ASR 模型则会在需要时由程序自动下载 +- 在使用 Docker Compose 时, 会自动拉取适配的架构镜像 (amd64 或 arm64) - 可选:为了获得最新的更改, 你可以使用提供的 Dockerfile 在本地构建镜像 #### 环境变量 diff --git a/docs/ja/README.md b/docs/ja/README.md index 532b06d9..acbd45eb 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -119,6 +119,7 @@ pip install -r requirementx.txt - [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits) で最新のイメージタグを確認してください - 環境に合った適切なイメージタグを選択してください - `Lite` とは、Docker イメージに ASR モデルおよび UVR5 モデルが含まれていないことを意味します. UVR5 モデルは手動でダウンロードし、ASR モデルは必要に応じてプログラムが自動的にダウンロードします +- Docker Compose 実行時に、対応するアーキテクチャ (amd64 または arm64) のイメージが自動的に取得されます - オプション:最新の変更を反映させるため、提供されている Dockerfile を使ってローカルでイメージをビルドすることも可能です #### 環境変数 diff --git a/docs/ko/README.md b/docs/ko/README.md index bec70a19..a5cf52e4 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -121,6 +121,7 @@ pip install -r requirements.txt - [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits)에서 최신 이미지 태그를 확인하세요 - 환경에 맞는 적절한 이미지 태그를 선택하세요 - `Lite` 는 Docker 이미지에 ASR 모델과 UVR5 모델이 포함되어 있지 않음을 의미합니다. UVR5 모델은 사용자가 직접 다운로드해야 하며, ASR 모델은 필요 시 프로그램이 자동으로 다운로드합니다 +- Docker Compose 실행 시, 해당 아키텍처에 맞는 이미지(amd64 또는 arm64)가 자동으로 다운로드됩니다 - 선택 사항: 최신 변경사항을 반영하려면 제공된 Dockerfile을 사용하여 로컬에서 직접 이미지를 빌드할 수 있습니다 #### 환경 변수 diff --git a/docs/tr/README.md b/docs/tr/README.md index 89bf276b..857bbd1d 100644 --- a/docs/tr/README.md +++ b/docs/tr/README.md @@ -121,6 +121,7 @@ Kod tabanı hızla geliştiği halde Docker imajları daha yavaş yayınlandığ - En güncel kullanılabilir imaj etiketlerini görmek için [Docker Hub](https://hub.docker.com/r/xxxxrt666/gpt-sovits) adresini kontrol edin - Ortamınıza uygun bir imaj etiketi seçin - `Lite`, Docker imajında ASR modelleri ve UVR5 modellerinin bulunmadığı anlamına gelir. UVR5 modellerini manuel olarak indirebilirsiniz; ASR modelleri ise gerektiğinde program tarafından otomatik olarak indirilir +- Docker Compose sırasında, uygun mimariye (amd64 veya arm64) ait imaj otomatik olarak indirilir - Opsiyonel: En güncel değişiklikleri almak için, sağlanan Dockerfile ile yerel olarak imajı kendiniz oluşturabilirsiniz #### Ortam Değişkenleri