Spaces:
Configuration error
Configuration error
File size: 441 Bytes
4581383 313814b 8fc9285 313814b 8fc9285 313814b 181dbbf 313814b 00db026 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose
services:
faster-whisper-server:
container_name: faster-whisper-server
build:
dockerfile: Dockerfile
context: .
platforms:
- linux/amd64
- linux/arm64
restart: unless-stopped
ports:
- 8000:8000
develop:
watch:
- path: faster_whisper_server
action: rebuild
|