RVC-MAKER / docker-compose-cuda128.yaml
NeoPy's picture
Upload 115 files
96134ee verified
raw
history blame
304 Bytes
version: '1'
services:
rvc:
build:
context: .
dockerfile: Dockerfile.cuda128
container_name: rvc
ports:
- 7865:7865
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]