You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,14 @@ The project includes:
19
19
- Isaac Sim pre-installed
20
20
- an Omniverse Kit App Streaming client, based on the [web-viewer-sample](https://github.com/NVIDIA-Omniverse/web-viewer-sample) project.
21
21
22
+
23
+
22
24
## Quickstart Guide
23
25
This guide will get you started with a Visual Studio Code instance with Isaac Lab preinstalled, and an in-browser user interface provided by Kit App Streaming.
24
26
27
+
> [!IMPORTANT]
28
+
> This project is intended for learning purposes. It is not intended for production use.
29
+
25
30
> [!NOTE]
26
31
> Please note that Brev instances are pay-by-the hour. To make the best use of credits, stop instances when they are not in use. Stopped instances have a smaller storage charge.
27
32
@@ -33,6 +38,7 @@ This guide will get you started with a Visual Studio Code instance with Isaac La
33
38
4. On the Brev instance page, scroll to the TCP/UDP ports section.
34
39
5. Click the link for port 80 (HTTP) to open Visual Studio Code Server.
35
40
6. The default password is `password`. This can be modified.
41
+
- To change the password, modify the `PASSWORD` environment variable in this [docker-compose.yml](https://github.com/isaac-sim/isaac-launchable/blob/main/isaac-lab/docker-compose.yml) file.
36
42
7. Inside Visual Studio Code, continue with the [README.md](https://github.com/isaac-sim/isaac-launchable/blob/main/isaac-lab/vscode/README.md) instructions. A summary is provided below.
37
43
8. Now you're in the Visual Studio Code dev environment!
38
44
@@ -122,7 +128,7 @@ docker compose up -d
122
128
7. Click Next.
123
129
8. Under "Do you want a Jupyter Notebook experience" select "No, I don't want Jupyter".
124
130
9. Select the TCP/UDP ports tab.
125
-
10. Expose the following ports (for Visual Studio Code Server and Kit App Streaming). You can choose to limit these ports to be accessible only from certain IPs as well.
131
+
10. Expose the following ports (for Visual Studio Code Server and Kit App Streaming) to a specific public IP address that will be using this service.
126
132
```
127
133
80
128
134
1024
@@ -134,7 +140,7 @@ docker compose up -d
134
140
135
141
> [!NOTE]
136
142
> GPUs with RT cores are required for Kit App Streaming.
137
-
> The compute specs and driver versions provided also need to be compatible with [Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/5.0.0/installation/requirements.html). The available drivers are not exposed on this Brev page currently.
143
+
> The compute specs and driver versions provided also need to be compatible with [Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/requirements.html). The available drivers are not exposed on this Brev page currently.
138
144
139
145
> [!IMPORTANT]
140
146
> The project is not currently compatible with Crusoe instances. AWS has been tested and is used for the example launchable.
@@ -147,7 +153,7 @@ Congratulations! You now have a custom launchable.
147
153
148
154
This project can also be used to run a containerized version of Isaac Sim and Isaac Lab.
149
155
150
-
To use this project locally, you'll need a workstation that meets [Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/5.0.0/installation/requirements.html)'s requirements.
156
+
To use this project locally, you'll need a workstation that meets [Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/requirements.html)'s requirements.
151
157
152
158
153
159
1. Install the NVIDIA Container Toolkit: `sudo install nvidia-container-toolkit`
0 commit comments