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:
Bahadir Ciloglu 2025-11-01 16:49:55 +03:00
parent eff57ada77
commit cd8bb55239

View File

@ -60,12 +60,13 @@ tmp/
*.tmp
# Large model files (will be mounted from network storage)
models/*/
models/
!models/.gitkeep
# Output files
output/
outputs/
input/
# Cache
.cache/