mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-13 09:17:03 +00:00
As I attach k80 to vm. No longer need ollama docker compose file.
Since webtop is for management my host. It does not suitable for every body.
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
|
||||||
ollama:
|
|
||||||
image: ollama/ollama
|
|
||||||
container_name: ollama
|
|
||||||
runtime: nvidia
|
|
||||||
ports:
|
|
||||||
- "11434:11434"
|
|
||||||
volumes:
|
|
||||||
- ollama:/root/.ollama
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
ollama:
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
services:
|
|
||||||
webtop:
|
|
||||||
image: lscr.io/linuxserver/webtop:ubuntu-kde
|
|
||||||
container_name: webtop
|
|
||||||
environment:
|
|
||||||
- TZ=Asia/Taipei
|
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
- 3001:3001
|
|
||||||
restart: always
|
|
||||||
runtime: nvidia
|
|
||||||
Reference in New Issue
Block a user