Skip to content

Commit 6c56b2f

Browse files
authored
upt
1 parent 901de83 commit 6c56b2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ 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
139137

140138
RUN bash -c 'source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main'
141139

0 commit comments

Comments
 (0)