If you would like to skip the video (given the reactionary creator) and install DeepSeek-R1 on your Steam Deck, here are the commands:

Create the Ubuntu container:

distrobox create -n ubuntu --init --image ubuntu:24.04 --additional-packages "systemd libpam-systemd lshw"

Enter the container:

distrobox enter ubuntu

Download and run the Ollama installation script:

curl -fsSL https://ollama.com/install.sh | sh

Install and run the DeepSeek-R1:7B model

ollama run deepseek-r1:7b