fix: ollama runtime error
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -18,6 +18,7 @@ services:
|
||||
- *localtime
|
||||
- *timezone
|
||||
- ollama_models:/root/.ollama
|
||||
ipc: host
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user