Commit 948f6a1
fix(docker): Actually use CACHE_BUST ARG to invalidate cache
Added RUN command that references CACHE_BUST ARG to force Docker to
invalidate cache and rebuild subsequent layers.
Issue: ARG was declared but never used, so Docker continued using
cached layers with CUDA PyTorch.
Fix: Added 'RUN echo "Cache bust: $CACHE_BUST"' which forces Docker
to execute this layer whenever CACHE_BUST value changes, invalidating
all subsequent cached layers including poetry install.
Related: #506
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3e54487 commit 948f6a1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments