prod-feng/Make-Singularity-image-for-Open-WebUI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is to build a Singularity image to run Open WebUI, with Ollama. Rocky Linux 9, singularity-ce version 4.3.2-1.el9. Python 3.12. Ollama service should be installed and started at first. 1.Build: ``` singularity build --fakeroot open-webui-rocky9.sif open-webui.def ``` 2. Run: ``` singularity exec -B data:/app/backend/data open-webui-rocky9.sif /usr/local/bin/open-webui serve --port 9900 ```