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
Hi! Thanks for using the Jupyter Docker Stacks.
Please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible.
What docker image you are using?
jupyter/r-notebook:r-4.1.2
What complete docker command do you run to launch the container (omitting sensitive values)?
docker compose up
services: jupyter_r: image: jupyter/r-notebook:r-4.1.2 container_name: jupyter-r ports: - 8080:8888 volumes: - .:/home/jovyan/work/ user: root environment: JUPYTER_ENABLE_LAB: "yes" JUPYTER_TOKEN: "passw0rd" GRANT_SUDO: "yes"
What steps do you take once the container is running to reproduce the issue?
Example:
What do you expect to happen?
(base) jovyan@d22dd7cd9b08:~$ R --version R version 4.1.2 (2021-11-01) -- "Bird Hippie"
What actually happens?
(base) jovyan@d22dd7cd9b08:~$ R --version R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
The text was updated successfully, but these errors were encountered:
Are you running this on arm or amd64?
Sorry, something went wrong.
@mathbunnyru arm (aarch64)
Unfortunately, there's already an issue for this :(
#1401
I will close this one, so all the progress is tracked in one issue.
No branches or pull requests
Hi! Thanks for using the Jupyter Docker Stacks.
Please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible.
What docker image you are using?
jupyter/r-notebook:r-4.1.2
What complete docker command do you run to launch the container (omitting sensitive values)?
docker compose up
What steps do you take once the container is running to reproduce the issue?
Example:
What do you expect to happen?
What actually happens?
The text was updated successfully, but these errors were encountered: