Skip to content

Commit

Permalink
fix: update Docker images to specific version tags for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
remsky committed Jan 14, 2025
1 parent 8bc8661 commit bcc892c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/gpu/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: kokoro-tts
services:
kokoro-tts:
# image: ghcr.io/remsky/kokoro-fastapi-gpu:latest
build:
context: ../..
dockerfile: docker/gpu/Dockerfile
image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0
# build:
# context: ../..
# dockerfile: docker/gpu/Dockerfile
volumes:
- ../../api/src:/app/api/src # Mount src for development
- ../../api/src/voices:/app/api/src/voices # Mount voices for persistence
Expand All @@ -22,7 +22,7 @@ services:

# Gradio UI service
gradio-ui:
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
image: ghcr.io/remsky/kokoro-fastapi-ui:v0.1.0
# Uncomment below to build from source instead of using the released image
# build:
# context: ../../ui
Expand Down

0 comments on commit bcc892c

Please sign in to comment.