Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed Jan 7, 2021
1 parent 803bab9 commit 96225ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Expand Up @@ -77,6 +77,10 @@ RUN wget "https://github.com/wmvanvliet/neuroscience_tutorials/releases/download
RUN unzip conpy-intro-data.zip -d conpy-intro/
RUN rm conpy-intro-data.zip

RUN wget "https://github.com/wmvanvliet/neuroscience_tutorials/releases/download/0.2/eeg-erp-data.zip" -O eeg-erp-data.zip
RUN unzip eeg-erp-data.zip -d eeg-erp/
RUN rm eeg-erp-data.zip

# Configure the MNE raw browser window to use the full width of the notebook
RUN ipython -c "import mne; mne.set_config('MNE_BROWSE_RAW_SIZE', '9.8, 7')"

Expand Down

0 comments on commit 96225ee

Please sign in to comment.