Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Install Voila
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
diocas committed Mar 3, 2021
1 parent 492adb9 commit 8ba0486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ba0486

Please sign in to comment.