# Docker image for project https://hub.stenci.la/elife/article-65751 # # 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:20210528.1 USER root RUN pip3 install brainrender==2.0.2.9 loguru myterial RUN pip3 install ibllib USER guest