Skip to content

Commit 67d97d5

Browse files
committed
ensure jupyter has ression-proxy
1 parent 9e752fe commit 67d97d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install_rstudio.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
RSTUDIO_VERSION=${1:-${RSTUDIO_VERSION:-"stable"}}
5-
DEFAULT_USER=${DEFAULT_USER:-"rstudio"}
5+
NB_USER=${NB_USER:-"jovyan"}
66

77
apt-get update && apt-get -y install \
88
ca-certificates \
@@ -73,3 +73,5 @@ cp /etc/rstudio/rserver.conf /etc/rstudio/disable_auth_rserver.conf
7373
echo "auth-none=1" >>/etc/rstudio/disable_auth_rserver.conf
7474

7575

76+
su ${NB_USER} -c "conda install -y jupyter-rsession-proxy"
77+

0 commit comments

Comments
 (0)