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