Skip to content

prod-feng/Make-Singularity-image-for-Open-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

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
```

About

Singulariy, container, image,Open WebUI, AI, LLM, Ollama, Rocky Linux 9

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors