Skip to content

Napat/deepseek-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSeek Deployment Stack

This repository contains the deployment stack for the DeepSeek model using the Ollama platform and Open Web UI.

Installation

make start

Check containers

make ps

Install model(s): Please check the model at https://ollama.com/search.

make install-models

Usage

Run the DeepSeek-R1 model using the Ollama CLI

make run-cli

Open 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:3000

Checkout: Open chat.html

Stop

make stop

About

This repository contains the deployment stack for the DeepSeek model using the Ollama platform, Open Web UI and utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors