Skip to content

Commit f99ffd5

Browse files
authored
add n-cores (#674)
1 parent 1d175c1 commit f99ffd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/neurosynth-frontend/src/pages/MetaAnalyses/MetaAnalysisPage/MetaAnalysisPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ const MetaAnalysisPage: React.FC = (props) => {
463463
<Box>
464464
<CodeSnippet
465465
linesOfCode={[
466-
`docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id}`,
466+
`docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id} --n-cores 1`,
467467
]}
468468
/>
469469
</Box>

0 commit comments

Comments
 (0)