We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current container cannot run the RStudio server. It would show with the following error.
[rserver] ERROR system error 1 (Operation not permitted); OCCURRED AT rstudio::core::Error rstudio::core::system::posix::{anonymous}::restorePrivilegesImpl(uid_t) src/cpp/shared_core/system/PosixSystem.cpp:66; LOGGED FROM: rstudio::core::Error rstudio::core::system::launchChildProcess(std::__cxx11::string, std::__cxx11::string, rstudio::core::system::ProcessConfig, rstudio::core::system::ProcessConfigFilter, PidType*) src/cpp/core/system/PosixSystem.cpp:2168
The text was updated successfully, but these errors were encountered:
The container can be accessed from CLI so our buildx in fact works as expected.
buildx
So I suspect the problems lay in the layer from Rocker Project. They have not fully supported ARM CPU yet.
Sorry, something went wrong.
Related discussion 1 https://github.com/rocker-org/rocker/issues/474
Related discussion 2 rocker-org/rocker#429
Here are some previous endeavors to build rstudio from r-base, which has ARM images, instead of Rocker.
We may need to do the same thing...
No branches or pull requests
The current container cannot run the RStudio server. It would show with the following error.
The text was updated successfully, but these errors were encountered: