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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(exporter): stream logs via tar+ssh (#730)
## Summary
- **fix(exporter):** Replace `scp -r` with `tar+ssh` for log downloads —
streams compressed logs directly, avoiding downloading unwanted
subdirectories entirely
- **docs(skills/nel-assistant):** Add `--no-cache-dir` guidance for pip
in `pre_cmd` to avoid cross-device link errors when pip cache and temp
dirs are on different filesystems inside Docker containers
---------
Signed-off-by: Piotr Januszewski <pjanuszewski@nvidia.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>