Skip to content

Commit 5740b42

Browse files
authored
upt
1 parent 6c56b2f commit 5740b42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ 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+
166173
WORKDIR /home/neuro/nipype_tutorial
167174

168175
CMD ["jupyter-notebook"]

0 commit comments

Comments
 (0)