loader image

Reply To: Set up a Local AI like ChatGPT on your own machine!

What makes us different from other similar websites? Forums Tech Set up a Local AI like ChatGPT on your own machine! Reply To: Set up a Local AI like ChatGPT on your own machine!

#7699
thumbtak
Keymaster

How to install Deepseek R1 on your computer, and run locally

$ sudo apt install python3.11-venv

$ python3.11 -m venv myenv

$ source myenv/bin/activate

$ pip install open-webui

$ pip install async_timeout

$ sudo docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

$ ollama run deepseek-r1

$ open-webui serve
TAKs Shack