Mailbox / Dockerfile

Commit History

Update Dockerfile to install tesseract-ocr alongside libgl1-mesa-glx
9ef67cc

gavinzli commited on

Optimize Dockerfile: combine apt-get update and install commands for libgl1-mesa-glx
61dc244

gavinzli commited on

Update Dockerfile to install libgl1-mesa-glx and enhance email logging in mail controller
5d5142b

gavinzli commited on

Refactor Dockerfile to create cache directory and update DocRetriever to filter by user_id
7097576

gavinzli commited on

Update Dockerfile to change NLTK data download directory to /usr/local/nltk_data
8e239c7

gavinzli commited on

Refactor Dockerfile permissions and remove unnecessary print statements; update email parameter in collect function
4fe2f95

gavinzli commited on

Set permissions for the /app directory in Dockerfile
ea7d339

gavinzli commited on

Add NLTK data directory creation and download in Dockerfile; log credentials in Gmail service
3d29524

gavinzli commited on

Remove unnecessary logs directory creation from Dockerfile
57aa417

gavinzli commited on

Fix cache directory permissions and update NLTK data path in Dockerfile
82700a7

gavinzli commited on

Fix cache directory path for NLTK data in Dockerfile
a5cc316

gavinzli commited on

Update Dockerfile and refactor FastAPI routers for consistency
f06d4d5

gavinzli commited on

Add cache directory to Dockerfile and update embeddings model to use cache folder
44b626e

gavinzli commited on

Remove SQLite installation steps from Dockerfile
38c5c69

gavinzli commited on

Remove redundant SQLite version verification from Dockerfile
82f1c93

gavinzli commited on

Refactor Dockerfile to install SQLite directly via package manager; update mail controller to retrieve user ID correctly
309c5cc

gavinzli commited on

Enhance Dockerfile to build and install SQLite from source; update mail controller to retrieve and store user ID
0ca6462

gavinzli commited on

Add SQLite installation to Dockerfile
c986d9a

gavinzli commited on

Remove obsolete router and controller files; update application structure and dependencies
af08824

gavinzli commited on