Install jupyterhub-singleuser.

This commit is contained in:
Andrea Dell'Amico 2023-03-16 14:25:28 +01:00
parent 2d63e3b379
commit bb2e0ccd61
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ADD 04_copy_env.sh /etc/cont-init.d/04_copy_env
ADD 05_setup_rsession_parameters.sh /etc/cont-init.d/05_setup_rsession_parameters
# Install the jupiterhub proxy
RUN pip3 install jupyter-rsession-proxy
RUN pip3 install jupyter-rsession-proxy jupyterhub-singleuser
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen