ollama-stack

📁 bagelhole/devops-security-agent-skills 📅 8 days ago
3
总安装量
3
周安装量
#61419
全站排名
安装命令
npx skills add https://github.com/bagelhole/devops-security-agent-skills --skill ollama-stack

Agent 安装分布

mcpjam 3
claude-code 3
replit 3
junie 3
windsurf 3
zencoder 3

Skill 文档

Ollama Stack

Deploy a local LLM stack for offline and privacy-first workflows.

Minimal Setup

curl -fsSL https://ollama.com/install.sh | sh
ollama serve
ollama pull llama3.1:8b
ollama run llama3.1:8b

Docker Compose Pattern

  • Ollama container with persistent model volume
  • Open WebUI for chat interface
  • Optional LiteLLM proxy for unified API routing

Best Practices

  • Pin model versions for reproducibility.
  • Monitor VRAM, RAM, and swap utilization.
  • Restrict network exposure to trusted subnets.

Related Skills