While trying to run the docker image provided by fastai --> fastpages-jekyll I am running into several issues.
This is a linux/amd64 image. I suspect that if there was a linux/arm64 image then it would run smoothly on my mackbook air M1 having apple silicon chip. I could not find such a pre-existing image on docker hub.
Also I cannot find Dockerfile associated with fastpages-jekyll image.
Is it possible to build an arm64 image from the amd64 image somehow ?
What are my options ?