-
Notifications
You must be signed in to change notification settings - Fork 86
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
should I install another R server in order to use RStudio? #69
Comments
You need to install |
I have tried installing and still can't make sense of it. I've tried installing it before and after rstudio. i either get PATH errors, or R SUICIDE errors such as in #62 what is the current state of creating a Dockerfile to install RStudio for launch from JLab? |
For me, I merely installed "rstudio-server" after installing "jupyter-rsession-proxy" on my docker system based on "jupyter/datascience-nodebook" and it has been worked properly. |
@dashpot4 thanks! I finally got it working.
|
have a Jupyterhub deployed on an AKS cluster and I decided to add Rstudio through jupyter-rsession-proxy. I created a Docker image that works just fine. But when using this image on the AKS JupyterHub and try to access I am sure I am missing something obvious but I cannot figure out what it is 🤔 Also when looking at the pod logs I only get this: so not super helpful @mathematicalmichael I have used your Docker image in an attempt to launch Rstudio from a deployed JupyterHub and I keep getting the so dread 500 error. As you reported also I am facing the errors from #62 is trying to start from the terminal:
Would you have any insight on why this might be happening? |
I believe @yuvipanda has also seen this in the past (from a quick check on this repo's issues) Update: I ran jovyan@jupyter-trallard:~$ rstudio-server verify-installation
/usr/lib/rstudio-server/bin/rsession: Relink `/opt/conda/lib/R/lib/../.././libgfortran.so.4' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime' Update 2: inspecting the Docker image used while running it locally (with |
@trallard hmmmm. that's odd. I pulled the image on a different computer and ran it with Docker directly, was able to launch RStudio just fine. Image (large, built on top of Trying to re-build docker image from the Dockerfile I pasted, just as a debugging step.
Rstudio connects just fine. I ran
Dunno if that is helpful, but I hope it's something. |
I got exactly the same message. The problem was when using this within a Kubernetes deployed JupyterHub. |
Oh hm, I’ve never deployed on kubernetes before but definitely have every intention on eventually learning how to do so, using the same images, so if you do eventually get to the bottom of it, I would be very interested in finding out what you did |
Aha that might have been it. Will dig deeper when I have more time and maybe I can add this to the tips section of the z2jh docs ? cc @yuvipanda |
I tried to install this on my jupyterhub server with docker but 500 error occurred.
According to the log, it could not find rserver on PATH.
What should I do for it?
The text was updated successfully, but these errors were encountered: