Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
79e36a5
1
Parent(s):
8806276
chore: format compose
Browse files- compose.yaml +4 -5
compose.yaml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose
|
| 2 |
-
# NOTE: arm images haven't been tested
|
| 3 |
services:
|
| 4 |
faster-whisper-server-cuda:
|
| 5 |
image: fedirz/faster-whisper-server:latest-cuda
|
|
@@ -9,11 +8,11 @@ services:
|
|
| 9 |
platforms:
|
| 10 |
- linux/amd64
|
| 11 |
- linux/arm64
|
| 12 |
-
volumes:
|
| 13 |
-
- hugging_face_cache:/root/.cache/huggingface
|
| 14 |
restart: unless-stopped
|
| 15 |
ports:
|
| 16 |
- 8000:8000
|
|
|
|
|
|
|
| 17 |
develop:
|
| 18 |
watch:
|
| 19 |
- path: faster_whisper_server
|
|
@@ -37,11 +36,11 @@ services:
|
|
| 37 |
platforms:
|
| 38 |
- linux/amd64
|
| 39 |
- linux/arm64
|
| 40 |
-
volumes:
|
| 41 |
-
- hugging_face_cache:/root/.cache/huggingface
|
| 42 |
restart: unless-stopped
|
| 43 |
ports:
|
| 44 |
- 8000:8000
|
|
|
|
|
|
|
| 45 |
develop:
|
| 46 |
watch:
|
| 47 |
- path: faster_whisper_server
|
|
|
|
| 1 |
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose
|
|
|
|
| 2 |
services:
|
| 3 |
faster-whisper-server-cuda:
|
| 4 |
image: fedirz/faster-whisper-server:latest-cuda
|
|
|
|
| 8 |
platforms:
|
| 9 |
- linux/amd64
|
| 10 |
- linux/arm64
|
|
|
|
|
|
|
| 11 |
restart: unless-stopped
|
| 12 |
ports:
|
| 13 |
- 8000:8000
|
| 14 |
+
volumes:
|
| 15 |
+
- hugging_face_cache:/root/.cache/huggingface
|
| 16 |
develop:
|
| 17 |
watch:
|
| 18 |
- path: faster_whisper_server
|
|
|
|
| 36 |
platforms:
|
| 37 |
- linux/amd64
|
| 38 |
- linux/arm64
|
|
|
|
|
|
|
| 39 |
restart: unless-stopped
|
| 40 |
ports:
|
| 41 |
- 8000:8000
|
| 42 |
+
volumes:
|
| 43 |
+
- hugging_face_cache:/root/.cache/huggingface
|
| 44 |
develop:
|
| 45 |
watch:
|
| 46 |
- path: faster_whisper_server
|