yhilpisch / py4at

Jupyter Notebooks and code for the book Python for Algorithmic Trading (O'Reilly) by Yves Hilpisch.
http://home.tpq.io/books/py4at
Other
644 stars 325 forks source link

Failed to build docker image on Apple M1 Silicon. #9

Open doiyuki opened 2 years ago

doiyuki commented 2 years ago

Thank you for excellent book! This is tips. My Apple M1 Silicon machine failed to build docker image (Ch. 2). So I appended platform option to Dockerfile L.1 below.

FROM --platform=linux/x86_64 ubuntu:latest