mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-11 00:07:08 +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:
|
services:
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ghcr.io/open-webui/open-webui:cuda
|
image: ghcr.io/open-webui/open-webui
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
runtime: nvidia
|
|
||||||
volumes:
|
volumes:
|
||||||
- open-webui:/app/backend/data
|
- open-webui:/app/backend/data
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user