Rmove runtime nvidia parameter. As I attach k80 to vm.

This commit is contained in:
Shang Chieh Tseng
2025-04-04 20:40:06 +08:00
parent 83a943c549
commit ce8f933e2d

View File

@@ -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: