Using the Docker container locally on an M1 mac is painfully slow, whether you launch from clone of the repo or a copy extracted from zip. Approx timings: | Action | Local | Codespaces | |-------|-------|----------------| | Configure R | 5-10 min | 1 min | | Build R | > 35 min* | 5-10 min | *build did not complete, I forget why and not inclined to repeat experiment! There is some discussion about this issue [on Reddit](https://www.reddit.com/r/vscode/comments/14osu8u/devcontainer_in_apple_silicon_is_really_slow/) and [in the VSCode docs](https://code.visualstudio.com/remote/advancedcontainers/improve-performance). As our focus is on the codespace which is working well, this is low priority to fix, I am mainly creating this issue for reference. For now we can put a note on the local setup documentation that its is not recommended to run the container locally on macOS or Windows.