MartinT commited on
Commit
968febb
1 Parent(s): 9df974a

docs: Update instructions for M1 users.

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
 
 
5
 
6
  WORKDIR /code
7
 
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
5
+ # When running on M1 Mac, use the following --platform option.
6
+ # FROM --platform=linux/amd64 python:3.9
7
 
8
  WORKDIR /code
9