mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
01a2b8c05b
* remove non maintained Dockerfile * adapt Docker related files to latest changes - also build the frontend when building the image - skip user response if INVOKE_MODEL_RECONFIGURE is set - split INVOKE_MODEL_RECONFIGURE to support more than one argument * rename `docker-build` dir to `docker` * update build-container.yml - rename image to invokeai - add cpu flavor - add metadata to build summary - enable caching - remove build-cloud-img.yml * fix yarn cache path, link copyjob
21 lines
333 B
Plaintext
21 lines
333 B
Plaintext
# use this file as a whitelist
|
|
*
|
|
!backend
|
|
!invokeai
|
|
!ldm
|
|
!pyproject.toml
|
|
!README.md
|
|
!scripts
|
|
|
|
# Guard against pulling in any models that might exist in the directory tree
|
|
**/*.pt*
|
|
**/*.ckpt
|
|
|
|
# whitelist frontend, but ignore node_modules
|
|
invokeai/frontend/node_modules
|
|
|
|
# ignore python cache
|
|
**/__pycache__
|
|
**/*.py[cod]
|
|
**/*.egg-info
|