[GH-ISSUE #6932] ollama_Open-webui_docker_colab #53204

Closed
opened 2026-05-05 14:26:24 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @werruww on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6932

https://github.com/open-webui/open-webui#troubleshooting
!pip install udocker

!udocker --allow-root install
!udocker --allow-root pull ghcr.io/open-webui/open-webui:ollama
!pip install pyngrok

!mkdir /content/ollama
from pyngrok import ngrok

ngrok.set_auth_token("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")

public_url = ngrok.connect(3000)
print("Public URL:", public_url)

!udocker --allow-root run -p 3000:8080 -v /content/ollama:/root/.ollama ghcr.io/open-webui/open-webui:ollama
from os import sched_get_priority_min

admin setting

ollama pull xxxxxxx

127.0.0.1:11343 change port

Originally created by @werruww on GitHub (Nov 13, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6932 https://github.com/open-webui/open-webui#troubleshooting !pip install udocker !udocker --allow-root install !udocker --allow-root pull ghcr.io/open-webui/open-webui:ollama !pip install pyngrok !mkdir /content/ollama from pyngrok import ngrok ngrok.set_auth_token("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") public_url = ngrok.connect(3000) print("Public URL:", public_url) !udocker --allow-root run -p 3000:8080 -v /content/ollama:/root/.ollama ghcr.io/open-webui/open-webui:ollama from os import sched_get_priority_min admin setting ollama pull xxxxxxx 127.0.0.1:11343 change port
Author
Owner

@werruww commented on GitHub (Nov 13, 2024):

aaaaaaaaaaaaa

<!-- gh-comment-id:2475038649 --> @werruww commented on GitHub (Nov 13, 2024): ![aaaaaaaaaaaaa](https://github.com/user-attachments/assets/7e97a997-4c1b-4aa9-a789-a9ecfa2942cd)
Author
Owner

@werruww commented on GitHub (Nov 13, 2024):

aaaaaaaaaaa.pdf

<!-- gh-comment-id:2475040103 --> @werruww commented on GitHub (Nov 13, 2024): [aaaaaaaaaaa.pdf](https://github.com/user-attachments/files/17740453/aaaaaaaaaaa.pdf)
Author
Owner
<!-- gh-comment-id:2475040480 --> @werruww commented on GitHub (Nov 13, 2024): https://colab.research.google.com/drive/1i8hIfEajzqK35Cn8AbTcgnPKWRKVDsoX#scrollTo=bJiGmsLbkPbw
Author
Owner

@werruww commented on GitHub (Nov 13, 2024):

It worked in Colab as Docker on cpu only

<!-- gh-comment-id:2475041457 --> @werruww commented on GitHub (Nov 13, 2024): It worked in Colab as Docker on cpu only
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#53204