Commit graph

2 commits

Author SHA1 Message Date
Vadym Samoilenko
ae511f1086 Speed up updates: hot-copy backend code, suppress GPU warnings
- update.sh: docker cp backend into running container + restart (no rebuild)
  Backend updates now take ~5s instead of 2min
- backend/Dockerfile: ORT_DISABLE_GPU=1 suppresses ONNX GPU discovery errors
  on CPU-only servers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 17:49:48 +00:00
Vadym Samoilenko
598f7343c3 Add update.sh: fast code-only deploy (skips full rebuild)
Detects changed files since last pull, rebuilds only affected services.
Use ./update.sh for code changes, ./deploy.sh for dep/Dockerfile changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 17:45:37 +00:00