Skip to content

Commit 7ebcd46

Browse files
Updates documentation for v2.0.1 installation (#1818)
# Description Earlier, we bumped the version to 2.0.1 to include an update for installing the RSL RL library from pip. This PR updates the documentation for installation instructions using pre-built Isaac Lab docker container and pre-built Isaac Lab pip package. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Co-authored-by: Mayank Mittal <[email protected]>
1 parent 92f8930 commit 7ebcd46

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/source/deployment/docker.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ To pull the minimal Isaac Lab container, run:
266266

267267
.. code:: bash
268268
269-
docker pull nvcr.io/nvidia/isaac-lab:2.0.0
269+
docker pull nvcr.io/nvidia/isaac-lab:2.0.1
270270
271271
To run the Isaac Lab container with an interactive bash session, run:
272272

@@ -282,7 +282,7 @@ To run the Isaac Lab container with an interactive bash session, run:
282282
-v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \
283283
-v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw \
284284
-v ~/docker/isaac-sim/documents:/root/Documents:rw \
285-
nvcr.io/nvidia/isaac-lab:2.0.0
285+
nvcr.io/nvidia/isaac-lab:2.0.1
286286
287287
To run an example within the container, run:
288288

docs/source/setup/installation/isaaclab_pip_installation.rst

+1-6
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ To learn about how to set up your own extension project on top of Isaac Lab, vis
6767
6868
pip install torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121
6969
70-
- Due to limitations of PyPI, we were not able to package the RSL RL library into the Isaac Lab pip package. Therefore, we recommend first installing the RSL RL library separately
71-
72-
.. code-block:: bash
73-
74-
pip install rsl-rl-lib@git+https://github.com/leggedrobotics/rsl_rl.git
7570
7671
- Before installing Isaac Lab, ensure the latest pip version is installed. To update pip, run
7772

@@ -96,7 +91,7 @@ To learn about how to set up your own extension project on top of Isaac Lab, vis
9691

9792
.. code-block:: none
9893
99-
pip install isaaclab[isaacsim,all]==2.0.0 --extra-index-url https://pypi.nvidia.com
94+
pip install isaaclab[isaacsim,all]==2.0.1 --extra-index-url https://pypi.nvidia.com
10095
10196
10297
Verifying the Isaac Sim installation

0 commit comments

Comments
 (0)