Applio-VoiceBlender / docker-compose.yaml
PlayerBPlaytime's picture
Upload 158 files
a7fc05c verified
raw
history blame contribute delete
No virus
273 Bytes
version: '1'
services:
applio:
build:
context: ./
dockerfile: Dockerfile
ports:
- "6969"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]