Skip to content

Drop the dead importers token from the kit-less image - #7062

Draft
hujc7 wants to merge 1 commit into
isaac-sim:developfrom
hujc7:jichuanh/kitless-drop-dead-importers-token
Draft

Drop the dead importers token from the kit-less image#7062
hujc7 wants to merge 1 commit into
isaac-sim:developfrom
hujc7:jichuanh/kitless-drop-dead-importers-token

Conversation

@hujc7

@hujc7 hujc7 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

1. Summary

  • docker/Dockerfile.kitless passes --install ... ,importers, but the install CLI defines no importers token, so every kit-less image build logs Unknown install token 'importers'. Valid values: ... Skipping and carries on.
  • Cosmetic today — the token is skipped and nothing is missing — but the selector reads as if it installs something, and the comment above it described packages the line does not install.
  • Nothing else references the token: grep -rn importers docker/ .github/ returns only prose.

2. Verification

Check Result
importers in [project.optional-dependencies] absent
importers in VALID_EXTRA_FEATURES (install.py) absent
Remaining tokens newton, rl, ov, visualizer all present in VALID_EXTRA_FEATURES
Other references to the token none

3. Notes

Spotted by @StafaH while reviewing #6935 ("I don't see importers anywhere in the PR for isaaclab.sh -i, is this correct?"). The condition predates that PR, so it is split out to stay independent of it.

`--install ... ,importers` names a token the install CLI does not define, so
every kit-less image build logs "Unknown install token 'importers'. Skipping"
and the selector reads as if it installs something. Nothing else references it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant