How to install DeepSeek in Windows and run locally?
Download and install ollama
Download using this link
Check whether docker is installed
If docker is installed, you will see the version number. if not, install docker.
Pull the latest image of Open WebUI
Create a volume for Open WebUI
Create a volume for Open WebUI using the following command
Wait for a minute and the access Open WebUI
Go to http://localhost:3000
in browser to access Open WebUI.You will need to create a admin account by providing email and password. Then you will see the chat interface. But there wonβt be any model.
Install DeepSeek model
There are different models available. You can install 8B Llama deepseek R1 by running the following command. Then, you can now use the chat interface to interact with the model. Although it was working, it was slow for me. It took about 6 minutes to get the response.