Deploy DeepSeek on Raspberry Pi AI Box
Introduction
This wiki explains how to deploy the DeepSeek model on a Raspberry Pi AI Box using the Ollama deployment framework. DeepSeek is an AI model designed for advanced search and natural language processing, making it ideal for smart, edge-based applications. Ollama simplifies the process of installing and running AI models on compact hardware like the Raspberry Pi, handling dependency management and system configuration. In this guide, you will find clear, step-by-step instructions on setting up your environment, installing the necessary software, and launching the DeepSeek model. This resource is aimed at developers and AI enthusiasts who want to harness the power of AI on low-power devices.
Prepare Hardware
reComputer AI R2130 |
---|
![]() |
Prepare software
update the system:
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
sudo apt update
sudo apt full-upgrade
Install Ollama
Open one terminal with Ctrl+Alt+T
and input command like below to install ollama:
curl -fsSL https://ollama.com/install.sh | sh
Install and run deepseek model
Then input command like below to install and run deepseek 7b model:
ollama run deepseek-r1
Result
In this demonstration, I used the DeepSeek 1.5b model. You can choose which model to use based on your needs and the capacity of your hardware.
Tech Support & Product Discussion
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.