feat(*):增加了一些模型

This commit is contained in:
2025-03-27 21:19:43 +08:00
parent a55bb3a448
commit a513dd8a91
62 changed files with 2420 additions and 109 deletions

View File

@@ -1 +0,0 @@
v25.03.17

View File

@@ -4,19 +4,23 @@ services:
image: docker.citory.tech/mirror/ollama/ollama:latest
container_name: ollama
ports:
- 10581:11434
runtime: nvidia
volumes:
- /home/deepgeek/data/data_local/server/ollama:/root/.ollama
environment:
NVIDIA_VISIBLE_DEVICES: all
- 10580:11434
tty: true
deploy:
resources:
reservations:
devices:
- capabilities:
- driver: nvidia
count: 2
capabilities:
- gpu
ipc: host
runtime: nvidia
volumes:
- /home/deepgeek/data/data_base/ollama:/root/.ollama
restart: always
command: ollama run gemma3:27b
x-dockge:
urls:
- http://local.citory.tech:10581
- http://local.citory.tech:10580
networks: {}