We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f24928 commit 901de83Copy full SHA for 901de83
Dockerfile
@@ -134,6 +134,9 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
134
&& sync \
135
&& sed -i '$isource activate neuro' $ND_ENTRYPOINT
136
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
+
140
RUN bash -c 'source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main'
141
142
USER root
0 commit comments