You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying toi install an RStudio server on a M1 Mac using there rocker images. But when trying to pull rocker/rstudio, I get an no matching manifest for linux/arm64/v8 in the manifest entries error (rocker/r-ver pulled fine). Is this a n oversight, that these images do not support M1 Macs, or is it on purpose?
The text was updated successfully, but these errors were encountered:
The reason is that there is no Linux arm64 release in the released version of RStudio Server.
Since there are arm64 build of RStudio daily builds, there are linux/arm64 versions of rocker/rstudio:latest-daily which includes RStudio Server daily builds. #144 (comment)
Hi
I am trying toi install an RStudio server on a M1 Mac using there rocker images. But when trying to pull rocker/rstudio, I get an
no matching manifest for linux/arm64/v8 in the manifest entries
error (rocker/r-ver pulled fine). Is this a n oversight, that these images do not support M1 Macs, or is it on purpose?The text was updated successfully, but these errors were encountered: