Open jpvelez opened 5 months ago
Is there any chance of supporting arm throughout the stack?
The current problem is that some R packages such as arrow and duckdb take a long time to build. See #144.
Build times may be reduced when P3M starts providing arm64 binaries or when the arm64 runner is available on GitHub Actions (end of 2024).
Is there any chance of supporting arm throughout the stack?
The current problem is that some R packages such as arrow and duckdb take a long time to build. See #144.
Build times may be reduced when P3M starts providing arm64 binaries or when the arm64 runner is available on GitHub Actions (end of 2024).
@jpvelez Until then, have a look at b-data's/my multi-arch (linux/amd64
, linux/arm64/v8
) JupyterLab R docker stack which includes RStudio for R versions ≥ 4.4.0.
Build times may be reduced when P3M starts providing arm64 binaries or when the arm64 runner is available on GitHub Actions (end of 2024).
https://github.com/rocker-org/rocker-versioned2/issues/830#issuecomment-2179556025
ARM runners on GH actions are now in GA btw. https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available/
Build times may be reduced when P3M starts providing arm64 binaries or when the arm64 runner is available on GitHub Actions (end of 2024).
ARM runners on GH actions are now in GA btw. https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available/
Only for Team and Enterprise Cloud plans – not for the general public.
Container image name
rocker/tidyverse, rocker/verse, rocker/geospatial
Container image digest
No response
What operating system related to this question?
Linux
System information
No response
Question
Hi folks,
Rocker is totally amazing; thank you so much for all your hard work! We're a climate think tank that mostly uses R but also occasionally python, and we all run apple-silicon macs.
Our current image looks like this:
In other words, we use the rocker install scripts to essentially recreate
rocker/geospatial
with python installed. We do this because currently, rocker's arm support seems to stop atrocker/rstudio
.Is there any chance of supporting arm throughout the stack? With apple silicon macs becoming more common, I think a lot of folks would find this very useful!