forked from ShaerWare/AI_Secretary_System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.cpu.yml
More file actions
27 lines (26 loc) · 846 Bytes
/
docker-compose.cpu.yml
File metadata and controls
27 lines (26 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# =============================================================================
# AI Secretary System - CPU Mode (no GPU required)
# =============================================================================
#
# Uses Piper TTS (CPU) + Gemini API instead of XTTS + vLLM.
#
# Usage:
# docker compose -f docker-compose.yml -f docker-compose.cpu.yml up -d
#
# =============================================================================
services:
orchestrator:
build:
target: cpu
image: ai-secretary:cpu
environment:
# Use cloud LLM instead of local vLLM
- LLM_BACKEND=gemini
- VLLM_API_URL=
- GEMINI_API_KEY=${GEMINI_API_KEY:?GEMINI_API_KEY required for CPU mode}
# Disable CUDA
- CUDA_VISIBLE_DEVICES=
deploy:
resources:
reservations:
devices: [] # No GPU