Commit 3afa778
fix: resolve remaining docker runtime issues
- docker-compose.yml: remove internal:true from network (blocked HuggingFace
model downloads); postgres stays protected by not exposing its port
- docker-compose.yml: fix embedding defaults (bge-m3, cpu fallback)
- docker-compose.yml: remove mandatory GPU reservation from base compose;
GPU is opt-in via docker-compose.override.yml for systems with NVIDIA runtime
- docker/watcher+mcp: pin transformers<4.49 to avoid Python 3.10 incompatibility
(nn.Module used in type annotation without import in transformers>=4.49)
- docker-compose.override.yml.example: GPU deploy blocks documented as opt-in
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 577281c commit 3afa778
2 files changed
Lines changed: 8 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 51 | | |
59 | 52 | | |
60 | 53 | | |
| |||
75 | 68 | | |
76 | 69 | | |
77 | 70 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 71 | | |
86 | 72 | | |
87 | 73 | | |
| |||
93 | 79 | | |
94 | 80 | | |
95 | 81 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments