focusflow / Dockerfile

Commit History

Create appuser for UID 1000 to fix PyTorch getpwuid KeyError
decd86c

SivaRohith69 commited on

Fix HF Spaces cache permission error and enable online inference APIs
66f3f21

SivaRohith69 commited on

Fix Uvicorn crash: Keep Transformers offline but Hub online
57e6212

SivaRohith69 commited on

Force disable HF_HUB_OFFLINE to allow inference API
87ee24d

SivaRohith69 commited on

Fix HF_HUB_OFFLINE blocking inference API calls
c5b571e

SivaRohith69 commited on

fix: remove broken Python import test from startup script (IndentationError)
e49eba6

SivaRohith69 commited on

fix: change Streamlit port to 7860 for HuggingFace Docker Spaces
3aa5a30

SivaRohith69 commited on

fix: make Streamlit startup resilient - handle import failures gracefully
7856594

SivaRohith69 commited on

fix: pre-download embedding model during Docker build to avoid DNS failures on HF Spaces
3c23e28

FocusFlow Assistant commited on

Add OCR fallback for scanned/image PDFs using pytesseract + pdf2image
2c32e38

FocusFlow Assistant commited on

fix: Add robust startup with health checks and error logging
76a5867

FocusFlow Assistant commited on

Add Supabase persistent storage support
479eeb5

FocusFlow Assistant commited on

Restore Dockerfile and README for HF Spaces deployment
23d2ce2

FocusFlow Assistant commited on

Add Hugging Face Spaces deployment configuration
d5f1e20

FocusFlow Assistant commited on