mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
f3b45d0ad9
- rewrite Dockerfile - add a stage to build the UI - add docker-compose.yml - add docker-entrypoint.sh such that any command may be used at runtime - docker-compose adds .env support - add a sample .env file
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
## Make a copy of this file named `.env` and fill in the values below.
|
|
## Any environment variables supported by InvokeAI can be specified here.
|
|
|
|
# INVOKEAI_ROOT is the path to a path on the local filesystem where InvokeAI will store data.
|
|
# Outputs will also be stored here by default.
|
|
# This **must** be an absolute path.
|
|
INVOKEAI_ROOT=
|
|
|
|
HUGGINGFACE_TOKEN=
|
|
|
|
## optional variables specific to the docker setup
|
|
# GPU_DRIVER=cuda
|
|
# CONTAINER_UID=1000 |