mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
fix: multiples fixes
This commit is contained in:
parent
b3a737afd1
commit
c834e1bbe6
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue