From aec5345938f1fd453adf047ba429b5326bdabcae Mon Sep 17 00:00:00 2001
From: alice grosch <a.grosch@fz-juelich.de>
Date: Thu, 1 Oct 2020 13:43:31 +0200
Subject: [PATCH] Add jupyter server proxy

---
 Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3e838f3..4f493cf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -127,8 +127,9 @@ COPY files/servermanager.py /opt/paraview/lib/python3.8/site-packages/paraview/s
 
 WORKDIR /home/$NB_USER/work
 USER $NB_UID
-RUN pip install service_identity \
-    && pip install mpi4py numpy pvlink \
+RUN pip install jupyter-server-proxy \
+    service_identity pvlink\
+    mpi4py numpy \
     ## JupyterLab extensions
     && jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager \
     && jupyter labextension install --no-build pvlink \
-- 
GitLab