-
Notifications
You must be signed in to change notification settings - Fork 271
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
Feature request: support for ARM 32bit and 64bit #429
Comments
r-base which is the same as our rocker/r-base already does arm64 and ppc64e. What is the build tag for ARM 32-bit builds? Just We are unlikely to build many other Rocker images as there are a) just too many and b) some have build-depencies on things like RStudio Server or Shiny Server which we do not get in arm-binary form. |
I have (mostly) working Dockerfiles, etc. for building RStudio Server on arm64, specifically the NVIDIA Jetson development kits. However, the build process is currently bound to my own personal hardware - I don't have any cloud infrastructure for automated builds / CI / CD / testing. One of them (pandoc from source) takes about 6 hours. Once I get the current release out (hopefully this week) I'm going to look at cross-building on x86-64, so I can at least get the RStudio Server and Pandoc pieces fully automated. |
Thanks for the reply. Yes, I think the tag is As for R-base for arm32, I guess I will have to build from scratch. I've already begun a proof of concept here, based on an Ubuntu arm32 image. @znmeb, the cross-building sounds interesting and I didn't realise Jetson boards were so similar to the Pi. However, I'd quite like to either have an image from an "official" source or a docker file to allow for building myself. I think this way myself and others can have high confidence in security and licensing. |
I don't know about Shiny but the RStudio source tree has Dockerfiles / scripts for building the packages, and they'll work with some hacking on an Where the hacking comes in is that the required versions of binary dependencies like |
If binaries for RStudio Server and/or Shiny Server ever pop up, will I am currently building my own image based on existing work by @znmeb and @amoselb, but have been anxiously waiting for the day I can pull |
The |
I totally get that it's not |
Hello from your friendly neighborhood IDE provider! We are producing arm64 binaries now. They are currently experimental and will become part of a stable release next year. You can grab them now or wait for a stable release, depending on your appetite for risk. |
(Nice. Though you probably meant rocker/versioned2 which houses the rstudio container.) |
This is the issue about RStudio Server. About Shiny Server @eddelbuettel Can we close this issue as it is probably not on the plan? |
Would it be possible to support ARM 32bit and 64bit architecture? I would love to use these Rocker images on a Raspberry pi 2 and 4 but without ARM support this is not possible.
Alternatively, is there a way to take your docker files and compile them myself?
The text was updated successfully, but these errors were encountered: