Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
relyativist committed Sep 7, 2020
1 parent 275ecf1 commit cb15988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This course is specifically aimed at MSc and PhD students with basic knowledge o
3) Run docker locally and ensure it working with command `docker run hello-world`
4) In terminal: `cd to NEUROML/seminar2`
5) Type command `docker build -t neuroml/seminar2:0.0.1` and wait for successfull build
6) Run `docker run --rm -it -v /directory/to/downloaded/data:/workspace/data -p 8080:8080 neuroml/seminar2:0.0.1
6) Run `docker run --rm -it -v /directory/to/downloaded/data:/workspace/data -p 8080:8080 neuroml/seminar2:0.0.1`
7) Open browser (preferebly Chrome) -> localhost:8080
* Before the seminar you are to install FreeSurfer https://surfer.nmr.mgh.harvard.edu/
* SEMINAR 3 (04.09) Machine Learning for structural MRI data analysis
Expand Down

0 comments on commit cb15988

Please sign in to comment.