From 8ba048686fb5c0becdb8a12c573e61618ab10b45 Mon Sep 17 00:00:00 2001 From: Diogo Castro <diogo.castro@cern.ch> Date: Wed, 3 Mar 2021 12:57:27 +0100 Subject: [PATCH] Install Voila Closes #5 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf649bd..3b617e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,8 @@ RUN pip3 --no-cache-dir install \ 'notebook==6.1.3' \ 'jupyterhub==1.1.0' \ 'jupyterlab==2.2.6' \ - 'jupyter_nbextensions_configurator' + 'jupyter_nbextensions_configurator' \ + 'voila' VOLUME /notebooks WORKDIR /notebooks -- GitLab