mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
15 lines
325 B
YAML
15 lines
325 B
YAML
services:
|
|
invokeai:
|
|
image: ghcr.io/invoke-ai/invokeai:latest
|
|
ports:
|
|
- "9090:9090"
|
|
volumes:
|
|
- ~/invokeai:/invokeai
|
|
restart: unless-stopped
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: all
|
|
capabilities: [gpu] |