mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 15:32:35 +08:00
Fix Docker build to exclude models from image
- Update .dockerignore to exclude entire models/ directory - Exclude input/ directory as well - Models will now be loaded from RunPod network storage only - Significantly reduce Docker image size and build time
This commit is contained in:
parent
eff57ada77
commit
cd8bb55239
@ -60,12 +60,13 @@ tmp/
|
|||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
# Large model files (will be mounted from network storage)
|
# Large model files (will be mounted from network storage)
|
||||||
models/*/
|
models/
|
||||||
!models/.gitkeep
|
!models/.gitkeep
|
||||||
|
|
||||||
# Output files
|
# Output files
|
||||||
output/
|
output/
|
||||||
outputs/
|
outputs/
|
||||||
|
input/
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
.cache/
|
.cache/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user