generated from gCubeCI/Pipeline-Docker-Template
The correct packages are jupyterhub and notebook.
This commit is contained in:
parent
bb2e0ccd61
commit
2641e4a9f7
|
@ -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 jupyterhub-singleuser
|
||||
RUN pip3 install jupyter-rsession-proxy jupyterhub notebook
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
|
||||
locale-gen
|
||||
|
|
Loading…
Reference in New Issue