diff --git a/base/Dockerfile.jupyter b/base/Dockerfile.jupyter index 2970afe..a29b962 100644 --- a/base/Dockerfile.jupyter +++ b/base/Dockerfile.jupyter @@ -1,6 +1,6 @@ FROM mnetools/mne-python -RUN conda install --yes jupyterlab ipywidgets ipyvtklink +RUN conda install --yes jupyterlab ipywidgets ipympl EXPOSE 8888 diff --git a/base/Dockerfile.plot b/base/Dockerfile.plot index bef050e..c64d546 100644 --- a/base/Dockerfile.plot +++ b/base/Dockerfile.plot @@ -12,7 +12,7 @@ RUN apt-get update && \ USER $MNE_USER WORKDIR $HOME_DIR -RUN conda install --yes vtk pyvista pyvistaqt trame PySide6 qtpy +RUN conda install --yes vtk pyvista pyvistaqt trame PySide6 qtpy mne-qt-browser trame-vtk trame-vuetify # setup environment for mne # MNE_3D_OPTION_ANTIALIAS is needed to avoid blank screenshots.