Commit 92f6069
Use uv sync in Dockerfile to pin dependencies to lockfile
Replace "uv build --wheel && pip install" with "uv sync --frozen
--no-dev --no-editable" so the container installs exact versions from
uv.lock instead of resolving from PyPI at build time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9c4a164 commit 92f6069
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 50 | + | |
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
| |||
0 commit comments