From 5f9af6c4424184772aacb2dd25db312d2833d41a Mon Sep 17 00:00:00 2001 From: Melinda116 <127499213+Melinda116@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:16:51 +1300 Subject: [PATCH] Update index.mdx Adding instructions on how to run docker image on Macs with ARM chipsets --- docs/guide/Running/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/Running/index.mdx b/docs/guide/Running/index.mdx index 890524f..6ca0a9c 100644 --- a/docs/guide/Running/index.mdx +++ b/docs/guide/Running/index.mdx @@ -49,6 +49,12 @@ docker run -it -v -v /local/dir:/results ghcr.io/neurostuff/nsc-runner:latest ` is the ID of the meta-analysis you would like to run. +If you are trying to run the analysis from a mac with an ARM chip (eg an M1 Macbook air) use this command instead: + +``` +docker run -it --platform=linux/amd64 -v /local/dir:/results ghcr.io/neurostuff/nsc-runner:latest +``` + The Docker image will download all required software, run the analysis, and upload the results to Neurovault & Neurosynth Compose. An HTML report will be saved in the results directory, and the results will be available in the Meta-Analysis section of your Project on Neurosynth Compose.