Commit Graph

3 Commits

Author SHA1 Message Date
Bahadir Ciloglu
cd8bb55239 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
2025-11-01 16:49:55 +03:00
Bahadir Ciloglu
e054031606 Fix Python linting issues and enhance RunPod network storage
- Fix all whitespace and formatting issues in runpod_handler.py
- Remove trailing whitespace and blank line whitespace
- Add comprehensive RunPod network storage setup
- Enhance start_runpod.py with automatic model mounting
- Update Dockerfile for optimized RunPod deployment
- Add detailed setup documentation in runpod_setup.md
- Improve .dockerignore for faster builds
- Add .env to .gitignore for security
2025-11-01 16:24:00 +03:00
Bahadir Ciloglu
64ff3688a9 Add Dockerfile for Cloud Run deployment 2025-10-28 19:23:31 +03:00