Created
August 24, 2020 12:42
-
-
Save aXe1/cfee862d0583fe4dbe2da4e82e2155ec to your computer and use it in GitHub Desktop.
Voila docker example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jupyter/scipy-notebook | |
RUN set -ex ; \ | |
pip install voila voila-material | |
ADD https://github.com/voila-dashboards/voila/raw/master/notebooks/basics.ipynb / | |
EXPOSE 8866/tcp | |
CMD voila --template=material --theme=dark /basics.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment