Skip to content
Snippets Groups Projects
Commit aec53459 authored by alice grosch's avatar alice grosch
Browse files

Add jupyter server proxy

parent 90510e6e
No related branches found
No related tags found
No related merge requests found
...@@ -127,8 +127,9 @@ COPY files/servermanager.py /opt/paraview/lib/python3.8/site-packages/paraview/s ...@@ -127,8 +127,9 @@ COPY files/servermanager.py /opt/paraview/lib/python3.8/site-packages/paraview/s
WORKDIR /home/$NB_USER/work WORKDIR /home/$NB_USER/work
USER $NB_UID USER $NB_UID
RUN pip install service_identity \ RUN pip install jupyter-server-proxy \
&& pip install mpi4py numpy pvlink \ service_identity pvlink\
mpi4py numpy \
## JupyterLab extensions ## JupyterLab extensions
&& jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager \ && jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager \
&& jupyter labextension install --no-build pvlink \ && jupyter labextension install --no-build pvlink \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment