Open severb opened 2 years ago
@severb assigning this to you. I don't have an M1 so this is hard for me to reproduce.
Will adding DOCKER_DEFAULT_PLATFORM=linux/amd64 make start
to Docker-based demo doc be sufficient to close this issue?
Will adding DOCKER_DEFAULT_PLATFORM=linux/amd64 make start to Docker-based demo doc be sufficient to close this issue?
We need someone who has an M1 laptop to verify that. If it works, then the issue can be closed.
make start
fails on M1 with the following error:Running
DOCKER_DEFAULT_PLATFORM=linux/amd64 make start
fixes it, but we should make it work out of the box.