

chore: format compose
@b19c2ecb04792d1fab1eec34c4397eec287faf5b
--- compose.yaml
+++ compose.yaml
... | ... | @@ -1,5 +1,4 @@ |
1 | 1 |
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose |
2 |
-# NOTE: arm images haven't been tested |
|
3 | 2 |
services: |
4 | 3 |
faster-whisper-server-cuda: |
5 | 4 |
image: fedirz/faster-whisper-server:latest-cuda |
... | ... | @@ -9,11 +8,11 @@ |
9 | 8 |
platforms: |
10 | 9 |
- linux/amd64 |
11 | 10 |
- linux/arm64 |
12 |
- volumes: |
|
13 |
- - hugging_face_cache:/root/.cache/huggingface |
|
14 | 11 |
restart: unless-stopped |
15 | 12 |
ports: |
16 | 13 |
- 8000:8000 |
14 |
+ volumes: |
|
15 |
+ - hugging_face_cache:/root/.cache/huggingface |
|
17 | 16 |
develop: |
18 | 17 |
watch: |
19 | 18 |
- path: faster_whisper_server |
... | ... | @@ -37,11 +36,11 @@ |
37 | 36 |
platforms: |
38 | 37 |
- linux/amd64 |
39 | 38 |
- linux/arm64 |
40 |
- volumes: |
|
41 |
- - hugging_face_cache:/root/.cache/huggingface |
|
42 | 39 |
restart: unless-stopped |
43 | 40 |
ports: |
44 | 41 |
- 8000:8000 |
42 |
+ volumes: |
|
43 |
+ - hugging_face_cache:/root/.cache/huggingface |
|
45 | 44 |
develop: |
46 | 45 |
watch: |
47 | 46 |
- path: faster_whisper_server |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?