UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
12 stars 9 forks source link

Make sure recommended images work on Arm64 and x86_64 #267

Closed trevorcampbell closed 10 months ago

trevorcampbell commented 12 months ago

We should test whether our recommended images in the setup chapter work on common processors -- they were built just for x86_64. If it is something we need to fix, I've heard there is a way of making dockerhub serve the right version (or maybe we just need to specify tags).

trevorcampbell commented 12 months ago

Same for R version.

trevorcampbell commented 10 months ago

Cannot specialize the images on architecture currently (packages aren't available for arm).

Will open an issue in the infra repo and return to this later. It shouldn't change anything in the book because docker should auto-select the right one (I think)