From 450af211396b1eefdd8baf3b21d1b57b6fc08aa0 Mon Sep 17 00:00:00 2001 From: Andreas Bleuler Date: Sun, 21 Jun 2020 15:55:50 +0000 Subject: [PATCH] Install latest session proxies --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 66be836..8a5a858 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 -- GitLab