[GH-ISSUE #9012] Cannot find deepseek-r1:32b in the select a model menu #118664

Closed
opened 2026-05-20 19:58:50 -05:00 by GiteaMirror · 0 comments
Owner

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:

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

Environment

  • Open WebUI Version: 0.5.7

  • Ollama (if applicable): 0.5.7

  • Operating System: Ubuntu 22.04

  • Browser (if applicable): Google Chrome

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

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:

  1. Install ollama via the this command curl -fsSL https://ollama.com/install.sh | sh
  2. download and run deepseek via this command ollama run deepseek-r1:32b (do not close it)
  3. install and run open-webui via this docker command 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
  4. Enter localhost:3000 and try to select the model

Logs 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):

Image

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.]

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: ``` 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 ``` ## Environment - **Open WebUI Version:** 0.5.7 - **Ollama (if applicable):** 0.5.7 - **Operating System:** Ubuntu 22.04 - **Browser (if applicable):** Google Chrome **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## 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:** 1. Install ollama via the this command `curl -fsSL https://ollama.com/install.sh | sh` 2. download and run deepseek via this command `ollama run deepseek-r1:32b` (do not close it) 3. install and run open-webui via this docker command `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` 4. Enter localhost:3000 and try to select the model ## Logs 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):** ![Image](https://github.com/user-attachments/assets/c5ef9924-d7c5-43f3-80f4-1d8b2063485d) ## 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.]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#118664