Commit 3710127
deps: allow vllm to coexist with cu128/cu130 (torch 2.10.0) groups
The Dockerfile always syncs --group=<cuda> --group=vllm, but vllm was in the
same [tool.uv] conflict set as every cuda group, so 'uv sync' rejected the
combination. vllm pins torch==2.10.0, which the cu128/cu130 torch 2.10.0+cuXXX
local builds satisfy; only the cu130-torch213 groups (torch 2.13.0) are truly
incompatible. Move vllm into a conflict set with just the torch-2.13 groups so
cu128+vllm and cu130+vllm resolve. Verified with 'uv sync --locked --dry-run'.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9dac66c commit 3710127
2 files changed
Lines changed: 2518 additions & 2686 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
326 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
327 | 334 | | |
328 | 335 | | |
329 | 336 | | |
| |||
0 commit comments