Skip to content

Commit 901de83

Browse files
authored
upt
1 parent 0f24928 commit 901de83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
134134
&& sync \
135135
&& sed -i '$isource activate neuro' $ND_ENTRYPOINT
136136

137+
RUN conda update conda; conda install --yes --quiet numpy setuptools numpy scipy matplotlib scikit-learn nose h5py PIL pyside; pip install -q nibabel boto https://github.com/mne-tools/mne-python/archive/master.zip
138+
RUN git clone --depth=1 https://github.com/mne-tools/mne-tools.github.io; mv mne-tools.github.io/dev/_downloads/*.ipynb .; rm -Rf mne-tools.github.io
139+
137140
RUN bash -c 'source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main'
138141

139142
USER root

0 commit comments

Comments
 (0)