Skip to content

Instantly share code, notes, and snippets.

@aXe1
Created August 24, 2020 12:42
Show Gist options
  • Save aXe1/cfee862d0583fe4dbe2da4e82e2155ec to your computer and use it in GitHub Desktop.
Save aXe1/cfee862d0583fe4dbe2da4e82e2155ec to your computer and use it in GitHub Desktop.
Voila docker example
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