mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 07:46:59 +00:00
Rmove runtime nvidia parameter. As I attach k80 to vm.
This commit is contained in:
@@ -2,14 +2,13 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:cuda
|
||||
image: ghcr.io/open-webui/open-webui
|
||||
container_name: open-webui
|
||||
ports:
|
||||
- "8080:8080"
|
||||
runtime: nvidia
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user