Skip to content

Commit

Permalink
fix: multiples fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluma committed Sep 11, 2024
1 parent b3a737a commit c834e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
environment:
PORT: 8001
PGPT_PROFILES: local
HF_TOKEN: ${HF_TOKEN}
HF_TOKEN: ${HF_TOKEN:-}
profiles:
- llamacpp-cpu

Expand All @@ -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"
Expand Down Expand Up @@ -100,4 +100,4 @@ services:
count: 1
capabilities: [gpu]
profiles:
- ollama-cuda
- ollama-cuda

0 comments on commit c834e1b

Please sign in to comment.