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 901de83 commit 6c56b2fCopy full SHA for 6c56b2f
Dockerfile
@@ -134,8 +134,6 @@ 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
0 commit comments