From 84a39b5591cbcf27921dd1bf10bb51e01a9ffbad Mon Sep 17 00:00:00 2001 From: Fedir Zadniprovskyi Date: Tue, 10 Sep 2024 07:49:56 -0700 Subject: [PATCH] chore: format compose --- compose.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/compose.yaml b/compose.yaml index fbdf0ad..1872b4a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 @@ -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 @@ -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