Commit b6d0f60
Optimize Dockerfile.cabotage layer caching for dependency installs
Copy pyproject.toml first and install dependencies before copying
the full source tree. This prevents cache-busting the pip install
layer on every source change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 19493a2 commit b6d0f60
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
0 commit comments