Skip to content

Commit 268e682

Browse files
committed
docs: fix Isaac Lab container pull tag to 3.0.0-beta2
The docker deployment docs referenced nvcr.io/nvidia/isaac-lab:3.0.0.beta2 (dot), but the published NGC container tag uses a hyphen (3.0.0-beta2), matching the 3.0.0-beta1 convention. The dotted tag does not exist, so the documented docker pull/run commands would fail.
1 parent 9fb5bf7 commit 268e682

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.beta2
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.beta2
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.beta2
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)