mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +00:00
bcfcedd72e
- Replace host-side chmod (unreliable across Docker UID boundary) with a dedicated 'docker run --user root' step that chmods from inside the container before the eval run mounts the path. - Use python3 instead of python (CI runners only have python3). - Add if: always() to parse/upload steps so metrics are captured even on eval failure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>