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
5959Docker container (see below) and enter the bash shell of the container
6060from your $HOST (e.g., /Users/arno)::
6161
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
6363
6464Then run the notebook from within the container::
6565
@@ -84,11 +84,11 @@ terminal window)::
8484
8585 docker pull nipy/mindboggle
8686
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
8888over 6GB.*
8989
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/ >`_.
9292
93933. Recommended: download sample data. To try out the ``mindboggle `` examples
9494below, download and unzip the directory of example input data
You can’t perform that action at this time.
0 commit comments