File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 5
5
# pull request on our GitHub repository:
6
6
# https://github.com/kaczmarj/neurodocker
7
7
#
8
- # Timestamp: 2017-08-25 09:59:01
8
+ # Timestamp: 2017-08-25 12:18:04
9
9
10
10
FROM neurodebian:stretch-non-free
11
11
@@ -199,9 +199,7 @@ RUN bash -c "source activate afni27 && python -m ipykernel install --user --name
199
199
RUN bash -c "source activate neuro && python -c 'from nilearn import datasets; haxby_dataset = datasets.fetch_haxby()' "
200
200
201
201
# User-defined instruction
202
- RUN bash -c "echo c.NotebookApp.ip = \' * \' > ~/.jupyter/jupyter_notebook_config.py"
202
+ RUN bash -c "echo c.NotebookApp.ip = \' 0.0.0.0 \' > ~/.jupyter/jupyter_notebook_config.py"
203
203
204
- EXPOSE 8888
205
-
206
- WORKDIR /home/neuro
204
+ WORKDIR /opt/tutorial
207
205
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ docker run --rm kaczmarj/neurodocker generate -b neurodebian:stretch-non-free -p
29
29
add_to_path=False \
30
30
--instruction " RUN bash -c \" source activate afni27 && python -m ipykernel install --user --name afni27 --display-name Py2-afni \" " \
31
31
--instruction " RUN bash -c \" source activate neuro && python -c 'from nilearn import datasets; haxby_dataset = datasets.fetch_haxby()' \" " \
32
- --instruction " RUN bash -c \" echo c.NotebookApp.ip = \'*\' > ~/.jupyter/jupyter_notebook_config.py\" " \
33
- --expose 8888 \
34
- --workdir /home/neuro \
32
+ --instruction " RUN bash -c \" echo c.NotebookApp.ip = \'0.0.0.0\' > ~/.jupyter/jupyter_notebook_config.py\" " \
33
+ --workdir /opt/tutorial \
35
34
--no-check-urls > Dockerfile
You can’t perform that action at this time.
0 commit comments