We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1902fb8 commit 12aa7b2Copy full SHA for 12aa7b2
docker/README.md
@@ -53,10 +53,10 @@ docker run --rm -it --gpus all \
53
-p 8888:8888 \
54
ghcr.io/deeptrackai/deep-learning-crash-course-gpu:latest
55
```
56
+### 3. Run in JupyterLab...
57
After startup, copy the URL with token (e.g., http://127.0.0.1:8888/lab?token=…) into your browser to access JupyterLab.
58
-
59
-### Attach in VS Code (Dev Containers)
+### ...or attach in VS Code (Dev Containers)
60
61
1. In VS Code, open Command Palette (`Ctrl+Shift+P`).
62
0 commit comments