File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ To run the Mindboggle jupyter notebook tutorial, first install the Mindboggle
59
59
Docker container (see below) and enter the bash shell of the container
60
60
from your $HOST (e.g., /Users/arno)::
61
61
62
- docker run --rm -ti -v $HOST:/home/jovyan/work -p 8888:8888 --entrypoint /bin/bash nipy/mindboggle
62
+ docker run --rm -ti -v $HOST:/home/jovyan/work -p 8888:8888 --entrypoint=/neurodocker/startup.sh nipy/mindboggle
63
63
64
64
Then run the notebook from within the container::
65
65
@@ -84,11 +84,11 @@ terminal window)::
84
84
85
85
docker pull nipy/mindboggle
86
86
87
- *Note 1: This contains FreeSurfer, ANTs, and Mindboggle, so it is currently
87
+ *Note 1: * This contains FreeSurfer, ANTs, and Mindboggle, so it is currently
88
88
over 6GB.*
89
89
90
- *Note 2: You may need to increase memory allocated by Docker to at least 5GB.
91
- For example: By default, Docker for `Mac is set to use 2 GB runtime memory <https://docs.docker.com/docker-for-mac/>`_. *
90
+ *Note 2: * You may need to increase memory allocated by Docker to at least 5GB.
91
+ For example: By default, Docker for `Mac is set to use 2 GB runtime memory <https://docs.docker.com/docker-for-mac/ >`_.
92
92
93
93
3. Recommended: download sample data. To try out the ``mindboggle `` examples
94
94
below, download and unzip the directory of example input data
You can’t perform that action at this time.
0 commit comments