Uh oh!
There was an error while loading. Please reload this page.
Remove private index from cuRobo install commands - #518
Merged
Conversation
Install cuRobo directly from NVIDIA's pinned Git source without passing the DexForce package index.
Greptile SummaryThis documentation-only PR removes the DexForce private package index and trusted-host arguments from the optional cuRobo V2 installation commands.
Confidence Score: 5/5The PR appears safe to merge because the removed private index is not required by the documented cuRobo installation. The change only simplifies documentation commands for a package installed from NVIDIA’s pinned Git source, while dependencies requiring the DexForce index remain covered by the separate EmbodiChain installation instructions.
|
| Filename | Overview |
|---|---|
| docs/source/quick_start/install.md | Removes unnecessary private-index arguments from cuRobo installation examples without changing cuRobo’s pinned source or supported variants. |
Reviews (1): Last reviewed commit: "docs(install): remove private index from..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR removes the DexForce private package index and trusted-host arguments from the optional cuRobo V2 installation commands. cuRobo is installed directly from NVIDIA's pinned Git source and does not require the Open3DV index.
Dependencies: None.
Issue reference: None.
Type of change
Screenshots
Not applicable.
Validation
black --check --diff --color ./git diff --checksphinx-build -b html -D autosummary_generate=0 docs/source <temporary-build-dir>The normal Sphinx build's autosummary generation requires project runtime dependencies such as
dexsimthat are unavailable in the local environment. With autosummary generation disabled, all 160 documentation pages render successfully; existing project-wide warnings remain.Checklist