This video will show you how to setup Deepseek in a Proxmox CT
Commands
apt update
apt upgrade -y
apt install curl -y
curl -fsSL https://ollama.com/install.sh | sh
ollama pull deepseek-r1:8b
ollama run deepseek-r1:8b
Links
https://ollama.com/download/linux
https://ollama.com/library/deepseek-r1