Skip to content

Commit 9bcca5c

Browse files
committed
cpu only
1 parent 80a6822 commit 9bcca5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Docker will automatically select the correct architecture slice (amd64 or arm64)
3939

4040
```docker run --rm -it \
4141
-p 8888:8888 \
42-
ghcr.io/deeptrackai/deep-learning-crash-course:latest```
42+
ghcr.io/deeptrackai/deep-learning-crash-course:latest
43+
```
4344

4445
---
4546

@@ -65,6 +66,6 @@ After startup, in VS Code (with Dev Containers installed):
6566

6667
- Open Folder → /home/jovyan/work (the repo inside the container).
6768

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).
6970

7071
5. Open any `.ipynb` and run cells.

0 commit comments

Comments
 (0)