InnerVoice / Dockerfile

Commit History

fix: Wait for backend health check before starting frontend — prevents race condition during model loading
de5487e

E5K7 commited on

fix: Use python:3.10-slim base with Node binaries copied from node:20-slim via Docker COPY — zero apt for Node
88cfebc

E5K7 commited on

fix: Restore full requirements.txt with CPU-only PyTorch for HF deployment
0bd81e7

E5K7 commited on

fix: Use lightweight requirements-deploy.txt (no PyTorch/transformers/whisper) to fit HF free tier size limits — ML services already have graceful fallbacks
ee7ea10

E5K7 commited on

fix: Complete Dockerfile rewrite — multi-stage build with Node 20 base, Python3 via apt, CPU-only PyTorch, and .dockerignore
c566c01

E5K7 commited on

fix: Add build-dependencies for PyTorch, Librosa, and bcrypt, and compel CPU-only PyTorch download to prevent Hugging Face Docker Container Out-Of-Memory crashes
c20c0b4

E5K7 commited on

fix: Simplify Docker Node.js installation to use native Debian packages to avoid environment symlink errors
1f74de6

E5K7 commited on

fix: Replace Nodesource script with Docker multi-stage Node binaries injected to bypass build cache errors on Hugging Face
3035983

E5K7 commited on

chore: Add Dockerfile, start.sh, and Next.js rewrites to support unified single-port deployment on Hugging Face Spaces
6fb0d9b

E5K7 commited on