refactor: slim image with proper multi-stage build and --no-dev deps
- Dockerfile: separate runtime stage from build stage so g++, python3.12-dev, curl, gnupg are excluded from the final image - uv sync --no-dev: drop ruff/pytest from production image - Remove build.sh (replaced by CI) and root-level upload_tracker.py (stale duplicate) - .gitignore: add *.log Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
# Custom
|
||||
# Custom
|
||||
frigate_train/
|
||||
*.log
|
||||
runs/
|
||||
yolov9c.pt
|
||||
.insightface/
|
||||
|
||||
Reference in New Issue
Block a user