Preparation to the seminar 2#
SEMINAR 2 MRI data analysis#
Note: To Follow seminar you will need docker installed and supplementary data downloaded
Download
NEUROML-data.zipfrom YaDisk and unzip it to local directory;Clone the repository to your local machine;
Run docker locally and ensure it working with command
docker run hello-world;In terminal:
cd NEUROML_course/seminar2Type command
docker build -t neuroml/seminar2:0.0.1 .and wait for successfull build (the dot . is importaint)Run
docker run --rm -it -v /directory/to/downloaded/data/on/step/2:/workspace/data -p 8080:8080 neuroml/seminar2:0.0.1;
Note: If you have Windows, pay attention to paths, type paths in conventional powershell scriptC:\directory\to\downloaded\data\on\step\2Open browser (preferebly Chrome) -> localhost:8080
Docker tutorials: