diff --git a/Dockerfile b/Dockerfile
index bf649bd9a06045b187bd04d8962545a9e99223c1..3b617e49b1d6c8ca5b973d1aebc519fa50c7a911 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