# Docker image for project https://hub.stenci.la/elife/article-61277
# 
# Base this image on https://hub.docker.com/r/stencila/executa-midi
# which has Stencila executors, Python and many Python packages already installed
# Install additional (mostly neuroscience specific) packages required for this project.

FROM stencila/executa-midi:20210825.5
USER root
RUN pip3 install vtk
RUN pip3 install fooof ipywidgets neurodsp nibabel pysurfer
USER guest