User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:snapotter [2026/05/13 13:18] – [Installation] willyservices:snapotter [2026/05/13 13:58] (current) – [Installation] willy
Line 29: Line 29:
     devices:     devices:
       - nvidia.com/gpu=all       - nvidia.com/gpu=all
 +    annotations:
 +      run.oci.keep_original_groups: "true" # required for GPU acceleration
     volumes:     volumes:
       - /data/snapotter:/data       - /data/snapotter:/data
Line 43: Line 45:
 </file> </file>
  
-The **devices** section is to enable GPU passtrough, see [[services:open-webui|Open WebUI &amp; Ollama]] for more details.+The **devices** section is to enable GPU passtrough, see [[services:open-webui|Open WebUI and Ollama]] for more details.
  
 After the first run, you can (and should) remove DEFAULT_USERNAME and DEFAULT_PASSWORD from the compose file. After the first run, you can (and should) remove DEFAULT_USERNAME and DEFAULT_PASSWORD from the compose file.