mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
invokeai notes
This commit is contained in:
+15
-1
@@ -26,4 +26,18 @@ Additional env file (optional): invokeai/sample.env
|
||||
|
||||
Then "Load" SERVICENAME/sample.env into the Environmental variables in dockhand
|
||||
|
||||
Create the Stack
|
||||
Create the Stack
|
||||
|
||||
## Docker Run
|
||||
|
||||
```
|
||||
docker run -d \
|
||||
--name invokeai \
|
||||
--restart unless-stopped \
|
||||
-v "/data/invokeai:/invokeai" \
|
||||
-e INVOKEAI_ROOT=/invokeai \
|
||||
-e INVOKEAI_PORT=9090 \
|
||||
-p 9090:9090 \
|
||||
--gpus all \
|
||||
ghcr.io/invoke-ai/invokeai:latest
|
||||
```
|
||||
Reference in New Issue
Block a user