Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add multiarch image / arm support #75

Open
maxheld83 opened this issue Jan 8, 2022 · 2 comments
Open

add multiarch image / arm support #75

maxheld83 opened this issue Jan 8, 2022 · 2 comments

Comments

@maxheld83
Copy link

especially for people using Apple Silicon, it might be convenient to have a multiarch image with arm support (ie. linux/arm64 or something).

If I understand this correctly, using the existing linux/amd64 image on Apple Silicon would involve some kind of emulation (QEMU? Rosetta? Both? I don't know ...), which may carry a (further) performance penalty.

The official r-base seems to have this.

@JosiahParry
Copy link

I think this may be my challenge. I am unable to build docker images which use FROM rstudio/rbase:bionic due to differing platforms.

@eitsupi
Copy link

eitsupi commented Jan 27, 2022

It cannot be built unless the arm64 R installer is provided.

RUN wget https://cdn.rstudio.com/r/${OS_IDENTIFIER}/pkgs/r-${R_VERSION}_1_amd64.deb && \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants