# Instalar Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Verificar instalacion
ollama --version
# Iniciar el servicio
sudo systemctl enable ollama
sudo systemctl start ollama
https://gemma4-ai.com/es/blog/gemma4-raspberry-pi
sudo apt install docker.io
https://projects.raspberrypi.org/en/projects/llm-rpi/3
esto ultimo para poder ver ollama web.
sudo docker run -d -p 192.168.1.xxx:3000:8080 -v
ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui
--restart always ghcr.io/open-webui/open-webui:ollama