Skip to content

Commit 4c7b0a3

Browse files
committed
[internutopia] Use pre-built InternUtopia docker image
1 parent 72a982d commit 4c7b0a3

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

source/en/user_guide/internutopia/get_started/installation.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,10 @@ Make sure you have [Docker](https://docs.docker.com/get-docker/) and [NVIDIA Con
7878
$ git clone [email protected]:InternRobotics/InternUtopia.git
7979
```
8080

81-
1. Pull the Isaac Sim image (`docker login` is required, please refer to [NGC Documents](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/isaac-sim)).
81+
1. Pull the InternUtopia docker image.
8282

8383
```bash
84-
$ docker pull nvcr.io/nvidia/isaac-sim:4.5.0
85-
```
86-
1. Build docker image, replacing <your tag> with your desired tag:
87-
88-
```bash
89-
$ cd PATH/TO/INTERNUTOPIA/ROOT
90-
91-
$ docker build -t internutopia:<your tag> .
84+
$ docker pull registry.cn-hangzhou.aliyuncs.com/internutopia/internutopia:2.2.0
9285
```
9386

9487
1. Start docker container, replacing <your tag> with the above tag:
@@ -112,12 +105,12 @@ Make sure you have [Docker](https://docs.docker.com/get-docker/) and [NVIDIA Con
112105
-v ${HOME}/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \
113106
-v ${HOME}/docker/isaac-sim/data:/root/.local/share/ov/data:rw \
114107
-v ${HOME}/docker/isaac-sim/documents:/root/Documents:rw \
115-
internutopia:<your tag>
108+
registry.cn-hangzhou.aliyuncs.com/internutopia/internutopia:2.2.0
116109
```
117110

118111
You are now ready to use InternUtopia in this container.
119112

120-
**NOTE**: If you are using a remote server without display, you can use the [Omniverse Streaming Client](https://docs.omniverse.nvidia.com/extensions/latest/ext_livestream/native.html) to stream the simulation UI.
113+
**NOTE**: If you are using a remote server without display, you can use the [WebRTC Streaming Client](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/manual_livestream_clients.html) to stream the simulation UI.
121114

122115
## Prepare Assets
123116

source/en/user_guide/internutopia/tutorials/how-to-use-metric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
> This tutorial guides you on how to use a metric.
66
7-
## Pre-defined Metric
7+
## Pre-defined Metrics
88

99
The directory [`internutopia_extension/metrics/__init__.py`](https://github.com/InternRobotics/InternUtopia/blob/main/internutopia_extension/metrics/__init__.py) contains a list of all our pre-defined metrics:
1010

0 commit comments

Comments
 (0)