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 80a6822 commit 9bcca5cCopy full SHA for 9bcca5c
docker/README.md
@@ -39,7 +39,8 @@ Docker will automatically select the correct architecture slice (amd64 or arm64)
39
40
```docker run --rm -it \
41
-p 8888:8888 \
42
- ghcr.io/deeptrackai/deep-learning-crash-course:latest```
+ ghcr.io/deeptrackai/deep-learning-crash-course:latest
43
+```
44
45
---
46
@@ -65,6 +66,6 @@ After startup, in VS Code (with Dev Containers installed):
65
66
67
- Open Folder → /home/jovyan/work (the repo inside the container).
68
- - Select Interpreter in the bottom bar → the one at `/opt/conda/bin/python` (Python 3.11).
69
+ - Select Interpreter → the one at `/opt/conda/bin/python` (Python 3.11).
70
71
5. Open any `.ipynb` and run cells.
0 commit comments