Skip to content

rancher-sandbox/rancher-desktop-rdx-open-webui

Repository files navigation

Open WebUI docker extension

docker extension that installs and configures Ollama, Open WebUI, a tiny open source LLM (tinyllama) on top of Rancher Desktop for local GenAI exploration & development.

How to install

  • Install and run Rancher Desktop.

  • Run the command

    rdctl extension install <extension-container-image>
    

How to uninstall

  • Run the command
rdctl extension uninstall <extension-container-image>

How to build the extension container image

  • Run the command
docker build -t <extension-container-image> .