Skip to content

Commit

Permalink
apple M1 chip related notes
Browse files Browse the repository at this point in the history
  • Loading branch information
teslajoy authored Jan 5, 2022
1 parent e8f4a59 commit f47cc2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ Docker image that would help you knitt an rmarkdown in a bash shell or fire up i
1. `docker-compose build <my service name>` (may need sudo to fireup docker daemon)
2. `docker-compose run --rm <my service name>`
3. :tada: may the force be with you!

----

*Note:*
This image is for macs with apple M1 chip.
- https://cloud.r-project.org/bin/linux/ubuntu/focal-cran40/
- https://docs.docker.com/desktop/mac/apple-silicon/

For Intel chip systems, you can remove `platform: linux/amd64` in `docker-compose.yml` file.

0 comments on commit f47cc2e

Please sign in to comment.