This repository contains the deployment stack for the DeepSeek model using the Ollama platform and Open Web UI.
make startCheck containers
make psInstall model(s): Please check the model at https://ollama.com/search.
make install-modelsRun the DeepSeek-R1 model using the Ollama CLI
make run-cliOpen open-webui http://localhost:15000 in your browser, and you are done!
# macOS
open -a "Google Chrome" http://localhost:15000# Linux
google-chrome http://localhost:3000# Windows
start chrome http://localhost:3000Checkout: Open chat.html
make stop