Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # installation d'ollama
- curl -fsSL https://ollama.com/install.sh | sh
- # installation de pip
- sudo apt install python3-pip
- pip install open-webui
- # ou bien installation de pipx
- apt install pipx
- pipx install open-webui
- # These apps are now globally available
- # - open-webui
- #⚠ Note: '/home/user/.local/bin' is not on your PATH environment variable.
- # These apps will not be globally accessible until your PATH is updated. Run
- # `pipx ensurepath` to automatically add it, or manually modify your PATH in
- # your shell's config file (i.e. ~/.bashrc).
- # configuration du PATH pour open-webui
- pipx ensurepath
- # exécution d'ollama
- ollama serve
- # exécution d'open-webui
- open-webui serve
- # adresse d'open-webui
- http://localhost:8080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement