Fix timezone configuration and Ollama dependencies
- Fix mem0 library hardcoded US/Pacific timezone in Docker build - Add TZ=Europe/Prague environment variable to containers - Add missing ollama Python library to requirements.txt - Add Ollama environment variables to MCP container - Include test scripts for Ollama configuration validation This resolves timestamp issues where memories were created with incorrect Pacific timezone (-07:00) instead of local time (+02:00). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,9 @@ vecs==0.4.*
|
||||
# mem0ai 0.1.118 requires openai<1.110.0,>=1.90.0
|
||||
openai>=1.90.0,<1.110.0
|
||||
|
||||
# Ollama
|
||||
ollama>=0.4.0
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.*
|
||||
httpx==0.28.*
|
||||
|
||||
Reference in New Issue
Block a user