diff --git a/Dockerfile b/Dockerfile index 66be836a19a6d4cd77b7a24e510f82f0a0bac429..8a5a85846a350a7bfde59f5048364d22a94220c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,3 +39,4 @@ RUN R -f /tmp/install.R # install the python dependencies COPY requirements.txt /tmp/ RUN pip3 install -r /tmp/requirements.txt +RUN pip3 install jupyter-rsession-proxy==1.2.0 jupyter-server-proxy==1.5.0