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: .devcontainer/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ CCCL uses [Development Containers](https://containers.dev/) to provide consisten
34
34
35
35
- Alternatively, use the Command Palette to start a Dev Container. Press `Ctrl+Shift+P` to open the Command Palette. Type "Remote-Containers: Reopen in Container" and selectit.
36
36
37
-

37
+

38
38
39
39
4. Select an environment with the desired CTK and host compiler from the list:
40
40
@@ -136,7 +136,7 @@ For more information, see the `.devcontainer/make_devcontainers.sh --help` messa
136
136
137
137
2. Install WSL 2 by running:
138
138
```bash
139
-
wsl --install
139
+
wsl --install
140
140
```
141
141
This should probably install Ubuntu distro as a default.
142
142
@@ -182,14 +182,14 @@ then run `sudo systemctl restart docker.service`.
182
182
10. Open the CCCL cloned repo in VS Code ( `Ctrl + Shift + P `, select`File: Open Folder...` and selectthe path where your CCCL clone is located).
183
183
184
184
11. If prompted, choose `Reopen in Container`.
185
-
185
+
186
186
- If you are not prompted just type`Ctrl + Shift + P` and `Dev Containers: Open Folder in Container ...`.
187
187
188
188
12. Verify that Dev Container was configured properly by running `nvidia-smi`in your Dev Container terminal. For a proper configuration it is important forthe stepsin [Install prerequisites and VS Code extensions](#prereqs) to be followed in a precise order.
189
189
190
190
From that point on, the guide aligns with our [existing Dev Containers native Linux guide](https://github.com/NVIDIA/cccl/blob/main/.devcontainer/README.md) with just one minor potential alteration:
191
191
192
-
13. If WSL was launched without the X-server enabled, when asked to "authenticate Git with your Github credentials", if you answer **Yes**, the browser might not open automatically, with the following error message.
192
+
13. If WSL was launched without the X-server enabled, when asked to "authenticate Git with your Github credentials", if you answer **Yes**, the browser might not open automatically, with the following error message.
193
193
194
194
> Failed opening a web browser at https://github.com/login/device
195
195
exec: "xdg-open,x-www-browser,www-browser,wslview": executable file not found in$PATH
0 commit comments