From f3eae794ace20d10edc4e970ce6258a47fb3b4d9 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 4 Mar 2023 22:22:22 +0100 Subject: Remove STT feature (not fully offline) --- docker-compose.yml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 0bab263..65638a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,26 +70,6 @@ services: timeout: 15s retries: 3 - faster-whisper-server: - image: fedirz/faster-whisper-server:latest-cuda - environment: - - WHISPER__MODEL=Systran/faster-whisper-large-v3 - volumes: - - hf-hub-cache:/home/ubuntu/.cache/huggingface/hub - deploy: - resources: - reservations: - devices: - - driver: nvidia - count: all - capabilities: [gpu] - restart: unless-stopped - healthcheck: - test: curl --fail http://localhost:8000 || exit 1 - interval: 30s - timeout: 15s - retries: 3 - nginx: image: nginx volumes: @@ -99,19 +79,16 @@ services: - API_KEY=${LLM_API_KEY} depends_on: - openedai-speech - - faster-whisper-server - ollama - aichat links: - ollama - - faster-whisper-server - openedai-speech - aichat ports: - "11434:11434" - "8000:8000" - "8001:8001" - - "8002:8002" restart: unless-stopped volumes: -- cgit v1.2.3