Skip to content

Commit 7942319

Browse files
authoredAug 5, 2024
Merge pull request #13 from Melinda116/patch-1
Mac ARM Chipset Instructions
2 parents 482c46e + 5f9af6c commit 7942319

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/guide/Running/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ docker run -it -v -v /local/dir:/results ghcr.io/neurostuff/nsc-runner:latest <m
4949

5050
where `/local/dir` is the path to a local directory where you would like to save the results of your analysis, and `<meta-analysis-id>` is the ID of the meta-analysis you would like to run.
5151

52+
If you are trying to run the analysis from a mac with an ARM chip (eg an M1 Macbook air) use this command instead:
53+
54+
```
55+
docker run -it --platform=linux/amd64 -v /local/dir:/results ghcr.io/neurostuff/nsc-runner:latest <meta-analysis-id>
56+
```
57+
5258
The Docker image will download all required software, run the analysis, and upload the results to Neurovault & Neurosynth Compose.
5359
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.
5460

0 commit comments

Comments
 (0)
Please sign in to comment.