mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
This change prevents permission issues when using Ollama both locally and in Docker by: - Running container as host user (UID/GID) instead of root - Mounting host's $HOME/.ollama directory using environment variables - Setting HOME environment variable in container This allows both the local binary and Docker container to share the same model data without permission conflicts or duplication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
791 B
791 B