Updated release tags on pre-built images in docker-compose files for CPU and GPU services

This commit is contained in:
remsky 2025-01-12 14:56:59 -07:00
parent 5e9a0ae2b1
commit ae513b52cc
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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