fix: ollama runtime error

This commit is contained in:
Sun-ZhenXing
2025-10-14 09:36:35 +08:00
parent 3c609b5989
commit 03aea7806b
2 changed files with 9 additions and 0 deletions

View File

@@ -19,3 +19,11 @@ services:
- *localtime
- *timezone
- ./config.yaml:/home/runner/.config/clash/config.yaml
deploy:
resources:
limits:
cpus: "0.5"
memory: 512M
reservations:
cpus: "0.25"
memory: 256M

View File

@@ -18,6 +18,7 @@ services:
- *localtime
- *timezone
- ollama_models:/root/.ollama
ipc: host
deploy:
resources:
limits: