Skip to content

Commit

Permalink
coerece jupyter-rsession-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Oct 12, 2023
1 parent 1083c27 commit 386e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ln -s /opt/conda/bin/R /usr/bin/R && \
chmod -R g=u /var/lib/rstudio-server

# Revert to 1.0b6 to correct terminal bug (see https://github.com/jupyterhub/jupyter-rsession-proxy/issues/71)
RUN pip install jupyter-rsession-proxy nbconvert==5.6.1 jupyter-server-proxy==3.2.2
RUN pip install jupyter-rsession-proxy nbconvert==5.6.1 jupyter-server-proxy==3.2.2 jupyter-rsession-proxy==2.1.0

RUN mkdir -p /etc/rstudio && echo 'auth-minimum-user-id=100' >> /etc/rstudio/rserver.conf

Expand Down

0 comments on commit 386e258

Please sign in to comment.