jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Example Dockerfile doesn't correctly configure/launch RStudio #60

Closed Amir-Abushanab closed 4 years ago

Amir-Abushanab commented 5 years ago

Expected behaviour:

RStudio launches and runs normally

Actual behaviour:

RStudio fails to launch and keeps spitting out ERROR R SUICIDE: unable to initialize the JIT until it turns into a 500 error could not start rstudio in time

Steps to reproduce:

Using the example Dockerfile and running docker build . --tag=foo docker run -p 8888:8888 -it foo:latest

Haven't tested from other machines but I don't think that's the issue here. If anyone else has run into this/knows how to fix it please share! Thanks for your efforts!

simis2626 commented 5 years ago

This problem was also reported in #62

ryanlovett commented 4 years ago

We removed our Dockerfile in favor of rocker's, https://github.com/jupyterhub/jupyter-rsession-proxy/pull/82.