
Install Ollama
This tutorial will show you how to install DeepSeek on a local computer that is running Ubuntu 22.04 or 24.04 and be able to turn it on and off. Update server.
# apt update && apt upgrade -y
Install Ollama.
# curl -fsSL https://ollama.com/install.sh | sh
Run DeepSeek.

# ollama run deepseek-r1:1.5b
To exit.
/bye