mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Updated release tags on pre-built images in docker-compose files for CPU and GPU services
This commit is contained in:
parent
5e9a0ae2b1
commit
ae513b52cc
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ services:
|
|||
start_period: 1s
|
||||
|
||||
kokoro-tts:
|
||||
image: ghcr.io/remsky/kokoro-fastapi:latest-cpu
|
||||
image: ghcr.io/remsky/kokoro-fastapi-cpu:latest
|
||||
# Uncomment below (and comment out above) to build from source instead of using the released image
|
||||
# build:
|
||||
# context: .
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
|
||||
# Gradio UI service [Comment out everything below if you don't need it]
|
||||
gradio-ui:
|
||||
image: ghcr.io/remsky/kokoro-fastapi:latest-ui
|
||||
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
||||
# Uncomment below (and comment out above) to build from source instead of using the released image
|
||||
build:
|
||||
context: ./ui
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
start_period: 1s
|
||||
|
||||
kokoro-tts:
|
||||
image: ghcr.io/remsky/kokoro-fastapi:latest
|
||||
image: ghcr.io/remsky/kokoro-fastapi-gpu:latest
|
||||
# Uncomment below (and comment out above) to build from source instead of using the released image
|
||||
# build:
|
||||
# context: .
|
||||
|
@ -62,7 +62,7 @@ services:
|
|||
|
||||
# Gradio UI service [Comment out everything below if you don't need it]
|
||||
gradio-ui:
|
||||
image: ghcr.io/remsky/kokoro-fastapi:latest-ui
|
||||
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
||||
# Uncomment below (and comment out above) to build from source instead of using the released image
|
||||
# build:
|
||||
# context: ./ui
|
||||
|
|
Loading…
Add table
Reference in a new issue