fix: multiples fixes

This commit is contained in:
Javier Martinez 2024-09-11 16:19:39 +02:00
parent b3a737afd1
commit c834e1bbe6
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ services:
environment:
PORT: 8001
PGPT_PROFILES: local
HF_TOKEN: ${HF_TOKEN}
HF_TOKEN: ${HF_TOKEN:-}
profiles:
- llamacpp-cpu
@ -59,7 +59,7 @@ services:
ollama:
image: traefik:v2.10
ports:
- "8081:8080"
- "11434:11434"
command:
- "--providers.file.filename=/etc/router.yml"
- "--log.level=ERROR"
@ -100,4 +100,4 @@ services:
count: 1
capabilities: [gpu]
profiles:
- ollama-cuda
- ollama-cuda