Skip to content

Commit

Permalink
chore: format compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Sep 10, 2024
1 parent 9fe5033 commit 84a39b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose
# NOTE: arm images haven't been tested
services:
faster-whisper-server-cuda:
image: fedirz/faster-whisper-server:latest-cuda
Expand All @@ -9,11 +8,11 @@ services:
platforms:
- linux/amd64
- linux/arm64
volumes:
- hugging_face_cache:/root/.cache/huggingface
restart: unless-stopped
ports:
- 8000:8000
volumes:
- hugging_face_cache:/root/.cache/huggingface
develop:
watch:
- path: faster_whisper_server
Expand All @@ -37,11 +36,11 @@ services:
platforms:
- linux/amd64
- linux/arm64
volumes:
- hugging_face_cache:/root/.cache/huggingface
restart: unless-stopped
ports:
- 8000:8000
volumes:
- hugging_face_cache:/root/.cache/huggingface
develop:
watch:
- path: faster_whisper_server
Expand Down

0 comments on commit 84a39b5

Please sign in to comment.