mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
invokeai without gpu testing
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# InvokeAI Docker Compose
|
||||
services:
|
||||
invokeai:
|
||||
image: ${INVOKEAI_IMAGE:-ghcr.io/invoke-ai/invokeai:latest}
|
||||
restart: ${INVOKEAI_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/invokeai:/invokeai
|
||||
environment:
|
||||
- INVOKEAI_ROOT=/invokeai
|
||||
- INVOKEAI_PORT=${INVOKEAI_PORT:-9090}
|
||||
ports:
|
||||
- "${INVOKEAI_PORT:-9090}:9090"
|
||||
gpus: all
|
||||
Reference in New Issue
Block a user