t / docker-compose.yaml
leey00nsu's picture
t
f11c739
raw
history blame
273 Bytes
version: '1'
services:
applio:
build:
context: ./
dockerfile: Dockerfile
ports:
- "6969"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]