Could not apply a local model by ollama plugins #10010

Closed
opened 2026-02-21 18:41:40 -05:00 by yindo · 0 comments
Owner

Originally created by @bidjc on GitHub (Mar 9, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

1.After install ollama pluginns
2.add a model for ollama
3.click save

✔️ Expected Behavior

1.add model success.

Actual Behavior

no response long time at step3.

Image

root:~/dify-main/docker# ollama list
NAME ID SIZE MODIFIED
deepseek-r1:1.5b a42b25d8c10a 1.1 GB 39 hours ago
QwQ-32B:latest 185dfa247a99 65 GB 41 hours ago

root:~/dify-main/docker# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
084db83047d3 langgenius/dify-api:1.0.0 "/bin/bash /entrypoi…" 20 minutes ago Up 20 minutes 5001/tcp docker-api-1
474ec00839d7 langgenius/dify-api:1.0.0 "/bin/bash /entrypoi…" 20 minutes ago Up 20 minutes 5001/tcp docker-worker-1
cf383ac291f5 nginx:latest "sh -c 'cp /docker-e…" 39 hours ago Up 20 minutes 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp docker-nginx-1
07711abbd863 langgenius/dify-plugin-daemon:0.0.3-local "/bin/bash -c /app/e…" 39 hours ago Up 22 minutes 0.0.0.0:5003->5003/tcp, [::]:5003->5003/tcp docker-plugin_daemon-1
939c023c8a66 postgres:15-alpine "docker-entrypoint.s…" 39 hours ago Up 22 minutes (healthy) 0.0.0.0:5432->5432/tcp, [::]:5432->5432/tcp docker-db-1
7684d04d20f4 redis:6-alpine "docker-entrypoint.s…" 39 hours ago Up 22 minutes (healthy) 6379/tcp docker-redis-1
d4eb441b8508 ubuntu/squid:latest "sh -c 'cp /docker-e…" 39 hours ago Up 22 minutes 3128/tcp docker-ssrf_proxy-1
8772eed2c1d2 langgenius/dify-sandbox:0.2.10 "/main" 39 hours ago Up 22 minutes (healthy) docker-sandbox-1
2b4090ced5eb langgenius/dify-web:1.0.0 "/bin/sh ./entrypoin…" 39 hours ago Up 22 minutes 3000/tcp docker-web-1
d363c3f981bc semitechnologies/weaviate:1.19.0 "/bin/weaviate --hos…" 39 hours ago Up 22 minutes docker-weaviate-1

Originally created by @bidjc on GitHub (Mar 9, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1.After install ollama pluginns 2.add a model for ollama 3.click save ### ✔️ Expected Behavior 1.add model success. ### ❌ Actual Behavior no response long time at step3. ![Image](https://github.com/user-attachments/assets/09ff63ed-2479-494d-8788-8d91fb9dbd50) root:~/dify-main/docker# ollama list NAME ID SIZE MODIFIED deepseek-r1:1.5b a42b25d8c10a 1.1 GB 39 hours ago QwQ-32B:latest 185dfa247a99 65 GB 41 hours ago root:~/dify-main/docker# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 084db83047d3 langgenius/dify-api:1.0.0 "/bin/bash /entrypoi…" 20 minutes ago Up 20 minutes 5001/tcp docker-api-1 474ec00839d7 langgenius/dify-api:1.0.0 "/bin/bash /entrypoi…" 20 minutes ago Up 20 minutes 5001/tcp docker-worker-1 cf383ac291f5 nginx:latest "sh -c 'cp /docker-e…" 39 hours ago Up 20 minutes 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp docker-nginx-1 07711abbd863 langgenius/dify-plugin-daemon:0.0.3-local "/bin/bash -c /app/e…" 39 hours ago Up 22 minutes 0.0.0.0:5003->5003/tcp, [::]:5003->5003/tcp docker-plugin_daemon-1 939c023c8a66 postgres:15-alpine "docker-entrypoint.s…" 39 hours ago Up 22 minutes (healthy) 0.0.0.0:5432->5432/tcp, [::]:5432->5432/tcp docker-db-1 7684d04d20f4 redis:6-alpine "docker-entrypoint.s…" 39 hours ago Up 22 minutes (healthy) 6379/tcp docker-redis-1 d4eb441b8508 ubuntu/squid:latest "sh -c 'cp /docker-e…" 39 hours ago Up 22 minutes 3128/tcp docker-ssrf_proxy-1 8772eed2c1d2 langgenius/dify-sandbox:0.2.10 "/main" 39 hours ago Up 22 minutes (healthy) docker-sandbox-1 2b4090ced5eb langgenius/dify-web:1.0.0 "/bin/sh ./entrypoin…" 39 hours ago Up 22 minutes 3000/tcp docker-web-1 d363c3f981bc semitechnologies/weaviate:1.19.0 "/bin/weaviate --hos…" 39 hours ago Up 22 minutes docker-weaviate-1
yindo added the 🐞 bug label 2026-02-21 18:41:40 -05:00
yindo closed this issue 2026-02-21 18:41:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10010