services: lightx2v-5b: image: voice-chat-voice-chat:latest volumes: - huggingface-cache:/cache/huggingface - ../../:/app working_dir: /app environment: - DTYPE=FP16 - HF_HOME=/cache/huggingface deploy: resources: reservations: devices: - driver: nvidia count: 1 capabilities: [gpu] shm_size: "8g" ipc: host profiles: - experimental volumes: huggingface-cache: name: voice-chat_huggingface-cache external: true