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 12aa7b2 commit 45b546aCopy full SHA for 45b546a
docker/README.md
@@ -53,10 +53,11 @@ 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...
+### 3. Run in JupyterLab ...
57
+
58
After startup, copy the URL with token (e.g., http://127.0.0.1:8888/lab?token=…) into your browser to access JupyterLab.
59
-### ...or attach in VS Code (Dev Containers)
60
+### ... or attach in VS Code (Dev Containers)
61
62
1. In VS Code, open Command Palette (`Ctrl+Shift+P`).
63
0 commit comments