1. Introduction to DeepSeek
What is DeepSeek?
DeepSeek (Chinese name: Deep Exploration) is an artificial intelligence model developed by Hangzhou Deep Exploration Artificial Intelligence Basic Technology Research Co., Ltd. Its English name “DeepSeek” can be pronounced as “Deep” (meaning “deep thinking”) and “Seek” (meaning “exploration”), implying the exploration of unknown fields through deep learning technology.
Simply put, DeepSeek aims to make machines think and learn like humans, rather than just execute simple instructions.
The core of DeepSeek is a powerful language model that can understand natural language and generate high-quality text content. Whether it’s answering questions, writing articles, or performing complex reasoning, DeepSeek can handle it with ease.
2. Running DeepSeek on K1
2.1. Install Docker and Docker Compose
sudo apt update
sudo apt install docker.io docker-compose-v2
2.2. Download the Docker Compose configuration file of openwebui and extract it
wget https://archive.spacemit.com/spacemit-ai/openwebui/openwebui_configure.tar.gz
tar -xvzf openwebui_configure.tar.gz
2.3. Install and start the Docker image of openwebui
docker compose up -d

Enter 127.0.0.1:8080 to access. Registration is required for the first time.

3. Using DeepSeek
Open the interface of openwebui and select DeepSeek, then you can use DeepSeek happily.
