Skip to content

Commit 94a8b3a

Browse files
committed
remove mention of --platform linux/amd64
1 parent fdea7c2 commit 94a8b3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

book/lectures/120-containerization-3.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ Here we say `.`, meaning the current working directory:
105105
docker build --tag testing_cmds .
106106
```
107107

108-
:::{.callout-note}
109-
Note: If you are running a computer using an ARM chip
110-
remember to add `--platform=linux/amd64`
111-
:::
112-
113108
Now we will run our image (named `testing_cmds`).
114109
Note that we run this not using the Jupyter web app
115110
because all we are doing right now is testing out installation commands.

0 commit comments

Comments
 (0)