We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5461b2d commit fdf878cCopy full SHA for fdf878c
rstudio/Dockerfile
@@ -2,6 +2,7 @@ ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.3.0
2
FROM $BASE_CONTAINER
3
4
RUN pip install jupyter-rsession-proxy
5
+RUN conda install -y -c r r-tidyverse
6
7
# install rstudio-server
8
# Note: 1.4x & 1.3x have problems with proxying and auth flow, see: https://github.com/jupyterhub/jupyter-rsession-proxy/issues/97
0 commit comments