Skip to content

Commit 56e7c7e

Browse files
authored
Update Dockerfile
1 parent 5740b42 commit 56e7c7e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ USER neuro
163163

164164
RUN mkdir -p ~/.jupyter && echo c.NotebookApp.ip = \"0.0.0.0\" > ~/.jupyter/jupyter_notebook_config.py
165165

166-
# Install dependencies and MNE master
167-
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
168-
169-
# Download data
170-
RUN ipython -c "import mne; print(mne.datasets.sample.data_path(verbose=False))"
171-
172-
173166
WORKDIR /home/neuro/nipype_tutorial
174167

175168
CMD ["jupyter-notebook"]

0 commit comments

Comments
 (0)