Skip to content
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

jupyter/r-notebook:r-4.1.2 uses r-3.6.3 instead r-4.1.2 #1582

Closed
shanduur opened this issue Jan 25, 2022 · 3 comments
Closed

jupyter/r-notebook:r-4.1.2 uses r-3.6.3 instead r-4.1.2 #1582

shanduur opened this issue Jan 25, 2022 · 3 comments
Labels
type:Bug A problem with the definition of one of the docker images maintained here

Comments

@shanduur
Copy link

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:

  1. Visit http://localhost:8080
  2. Start an R console or Terminal
  3. Observe the R version

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"
@shanduur shanduur added the type:Bug A problem with the definition of one of the docker images maintained here label Jan 25, 2022
@mathbunnyru
Copy link
Member

mathbunnyru commented Jan 25, 2022

Are you running this on arm or amd64?

@shanduur
Copy link
Author

shanduur commented Jan 25, 2022

@mathbunnyru arm (aarch64)

@mathbunnyru
Copy link
Member

Unfortunately, there's already an issue for this :(

#1401

I will close this one, so all the progress is tracked in one issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug A problem with the definition of one of the docker images maintained here
Projects
None yet
Development

No branches or pull requests

2 participants