Skip to content

Commit 9fb5bf7

Browse files
authored
Updates docker version for release (isaac-sim#6189)
# Description Updates docker image for release to latest 3.0.0.beta2 tag. ## Type of change - Documentation update ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [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 -->
1 parent 2a351df commit 9fb5bf7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/deployment/docker.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ To pull the minimal Isaac Lab container, run:
322322

323323
.. code:: bash
324324
325-
docker pull nvcr.io/nvidia/isaac-lab:3.0.0-beta1
325+
docker pull nvcr.io/nvidia/isaac-lab:3.0.0.beta2
326326
327327
.. attention::
328328

@@ -353,7 +353,7 @@ To run the Isaac Lab container with an interactive bash session, run:
353353
-v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \
354354
-v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw \
355355
-v ~/docker/isaac-sim/documents:/root/Documents:rw \
356-
nvcr.io/nvidia/isaac-lab:3.0.0-beta1
356+
nvcr.io/nvidia/isaac-lab:3.0.0.beta2
357357
358358
To enable rendering through X11 forwarding, run:
359359

@@ -372,7 +372,7 @@ To enable rendering through X11 forwarding, run:
372372
-v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \
373373
-v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw \
374374
-v ~/docker/isaac-sim/documents:/root/Documents:rw \
375-
nvcr.io/nvidia/isaac-lab:3.0.0-beta1
375+
nvcr.io/nvidia/isaac-lab:3.0.0.beta2
376376
377377
To run an example within the container, run:
378378

0 commit comments

Comments
 (0)