You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uv cache contains all Python wheel files (807MB) and is the primary
cache that speeds up PDM installations. This was previously missing from
the cache warming strategy.
Changes:
- Added /opt/chipflow-cache/uv directory
- Copy ~/.cache/uv to /opt/chipflow-cache/uv at end of Docker build
- Copy /opt/chipflow-cache/uv to ~/.cache/uv in post-create.sh
Cache sizes in Docker image:
- PDM: 116KB (metadata only)
- uv: 807MB (Python wheels - main cache!)
- yowasp-yosys: 126MB (WASM JIT compilation)
- zig: 79MB (Zig toolchain compilation)
Total: ~1.01GB cached in prebuild
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments