Skip to content

Commit

Permalink
FIX: Add
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 27, 2024
1 parent 0ec37c5 commit 1536ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile.jupyter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mnetools/mne-python

RUN conda install --yes jupyterlab ipywidgets ipyvtklink
RUN conda install --yes jupyterlab ipywidgets ipympl

EXPOSE 8888

Expand Down
2 changes: 1 addition & 1 deletion base/Dockerfile.plot
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1536ee1

Please sign in to comment.