Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remsky authored Jan 15, 2025
1 parent 5fc3696 commit 363b55e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/cpu/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-cpu:v0.1.0
# build:
# context: ../..
# dockerfile: docker/cpu/Dockerfile
# image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0
build:
context: ../..
dockerfile: docker/cpu/Dockerfile
volumes:
- ../../api/src:/app/api/src
- ../../api/src/voices:/app/api/src/voices
Expand Down

0 comments on commit 363b55e

Please sign in to comment.