mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
ollama_Open-webui_docker_colab #2644
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 @werruww on GitHub (Nov 13, 2024).
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
@werruww commented on GitHub (Nov 13, 2024):
@werruww commented on GitHub (Nov 13, 2024):
aaaaaaaaaaa.pdf
@werruww commented on GitHub (Nov 13, 2024):
https://colab.research.google.com/drive/1i8hIfEajzqK35Cn8AbTcgnPKWRKVDsoX#scrollTo=bJiGmsLbkPbw
@werruww commented on GitHub (Nov 13, 2024):
It worked in Colab as Docker on cpu only