mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #9012] Cannot find deepseek-r1:32b in the select a model menu #135080
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TZECHIN6 on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9012
Bug Report
Installation Method
Using docker to install with below command:
Environment
Open WebUI Version: 0.5.7
Ollama (if applicable): 0.5.7
Operating System: Ubuntu 22.04
Browser (if applicable): Google Chrome
Confirmation:
Expected Behavior:
Expected to be able to select deepseek-r1:32b model (running in local background) and interact with it.
Actual Behavior:
No matter how I reboot the computer, restarting the docker and the ollama, still no select result for deepseek inside the open-webui select model menu.
Description
Bug Summary:
Not sure is it a bug or what, I just follow some online example, all of them telling to install ollama, run the model, use docker to install and run open-webui, and select the model inside GUI.
Reproduction Details
Steps to Reproduce:
curl -fsSL https://ollama.com/install.sh | shollama run deepseek-r1:32b(do not close it)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:mainLogs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]